refactor(sites): rename octopus.k8s.vxm.cz -> ant.k8s.vxm.cz
This commit is contained in:
parent
68f5f51afa
commit
058ab23349
32 changed files with 62 additions and 63 deletions
|
|
@ -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 } }
|
||||
Reference in a new issue