change ingress and port name

This commit is contained in:
2024-03-14 08:59:18 -06:00
parent b31dab5a46
commit 7d8c554354
3 changed files with 9 additions and 9 deletions

View File

@@ -1,14 +1,14 @@
apiVersion: v1
kind: Service
metadata:
name: outline-web
name: {{ .Release.Name }}
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: outline-web
app.kubernetes.io/name: {{ .Release.Name }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/version: {{ .Chart.AppVersion }}
app.kubernetes.io/component: web
app.kubernetes.io/part-of: outline
app.kubernetes.io/part-of: {{ .Release.Name }}
spec:
type: ClusterIP
ports:
@@ -17,5 +17,5 @@ spec:
protocol: TCP
name: web
selector:
app.kubernetes.io/name: outline-web
app.kubernetes.io/name: {{ .Release.Name }}
app.kubernetes.io/instance: {{ .Release.Name }}