get rid of tpl
This commit is contained in:
parent
7304eb46a2
commit
432650d5e6
@ -1,14 +0,0 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: {{ include "warframe-db.fullname" . }}-headless
|
||||
labels:
|
||||
app.kubernetes.io/name: {{ include "warframe-db.name" . }}
|
||||
spec:
|
||||
clusterIP: None
|
||||
ports:
|
||||
- name: postgres
|
||||
port: {{ .Values.postgres.port }}
|
||||
targetPort: {{ .Values.postgres.port }}
|
||||
selector:
|
||||
app.kubernetes.io/name: {{ include "warframe-db.name" . }}
|
||||
Loading…
x
Reference in New Issue
Block a user