1
0
Fork 0

refactor(sites): rename octopus.k8s.vxm.cz -> ant.k8s.vxm.cz

This commit is contained in:
Vojtěch Mareš 2022-01-03 11:09:12 +01:00
parent 68f5f51afa
commit 058ab23349
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
32 changed files with 62 additions and 63 deletions

View file

@ -0,0 +1,14 @@
apiVersion: v1
kind: Service
metadata:
name: { { include "ant.k8s.vxm.cz.fullname" . } }
labels: { { - include "ant.k8s.vxm.cz.labels" . | nindent 4 } }
spec:
type: { { .Values.service.type } }
ports:
- port: { { .Values.service.port } }
targetPort: http
protocol: TCP
name: http
selector:
{ { - include "ant.k8s.vxm.cz.selectorLabels" . | nindent 4 } }