2025-09-21 01:28:14 +03:00

11 lines
250 B
YAML

apiVersion: v1
kind: Service
metadata:
name: {{ include "warframe-db-simple.fullname" . }}
spec:
type: ClusterIP
selector:
app: {{ include "warframe-db-simple.name" . }}
ports:
- port: {{ .Values.service.port }}
targetPort: 5432