diff --git a/kustomize/base/hasura/service.yaml b/kustomize/base/hasura/service.yaml new file mode 100644 index 0000000..5bd2af2 --- /dev/null +++ b/kustomize/base/hasura/service.yaml @@ -0,0 +1,14 @@ +apiVersion: v1 +kind: Service +metadata: + name: hasura + annotations: + argocd.argoproj.io/sync-wave: "1" +spec: + type: ClusterIP + ports: + - name: http + port: 8080 + targetPort: http + selector: + app: hasura