init
This commit is contained in:
@@ -9,6 +9,8 @@ metadata:
|
||||
app.kubernetes.io/name: {{$.Values.name}}
|
||||
app.kubernetes.io/instance: {{ $.Release.Name }}
|
||||
app.kubernetes.io/version: {{ $.Chart.AppVersion | quote }}
|
||||
devspace.isb/name: {{ $.Values.repository.name | quote }}
|
||||
devspace.isb/branch: {{ $.Values.repository.branch | quote }}
|
||||
spec:
|
||||
{{- if not $.Values.autoscaling.enabled }}
|
||||
{{ if $.Values.replicaCount }}
|
||||
|
||||
@@ -14,4 +14,7 @@ ingress:
|
||||
host: 'core.devx.kube.xx'
|
||||
name: agent
|
||||
securityContext:
|
||||
privileged: true
|
||||
privileged: true
|
||||
repository:
|
||||
name: ''
|
||||
branch: ''
|
||||
@@ -9,6 +9,8 @@ metadata:
|
||||
app.kubernetes.io/name: {{$.Values.name}}
|
||||
app.kubernetes.io/instance: {{ $.Release.Name }}
|
||||
app.kubernetes.io/version: {{ $.Chart.AppVersion | quote }}
|
||||
devspace.isb/name: {{ $.Values.repository.name | quote }}
|
||||
devspace.isb/branch: {{ $.Values.repository.branch | quote }}
|
||||
spec:
|
||||
{{- if not $.Values.autoscaling.enabled }}
|
||||
{{ if $.Values.replicaCount }}
|
||||
|
||||
@@ -14,4 +14,7 @@ ingress:
|
||||
host: 'generator.devx.kube.xx'
|
||||
name: agent
|
||||
securityContext:
|
||||
privileged: true
|
||||
privileged: true
|
||||
repository:
|
||||
name: ''
|
||||
branch: ''
|
||||
Reference in New Issue
Block a user