11 lines
250 B
YAML
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 |