Skip to content

Commit

Permalink
Fix k8s manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
tomplus committed Feb 15, 2024
1 parent d2e6ab2 commit ecf3cfd
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 ecf3cfd

Please sign in to comment.