Skip to content

Commit

Permalink
Fix k8s manifests (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomplus authored Feb 15, 2024
1 parent d2e6ab2 commit 2b226d8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion kubernetes-manifests/01-deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: airly-exporter
spec:
replicas: 1
selector:
matchLabels:
app: airly-exporter
template:
metadata:
labels:
Expand Down

0 comments on commit 2b226d8

Please sign in to comment.