feat(hasura): add service

This commit is contained in:
u1
2026-01-06 00:18:55 +00:00
parent 5a06de52ee
commit e33cb1fc7f

View File

@@ -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