init
This commit is contained in:
parent
8f6f6239fc
commit
80c84300de
@ -3,7 +3,6 @@ kind: Service
|
|||||||
metadata:
|
metadata:
|
||||||
name: "{{$.Release.Name}}-{{$.Values.name}}"
|
name: "{{$.Release.Name}}-{{$.Values.name}}"
|
||||||
spec:
|
spec:
|
||||||
type: NodePort
|
|
||||||
selector:
|
selector:
|
||||||
app.kubernetes.io/name: {{$.Values.name}}
|
app.kubernetes.io/name: {{$.Values.name}}
|
||||||
app.kubernetes.io/instance: {{ $.Release.Name }}
|
app.kubernetes.io/instance: {{ $.Release.Name }}
|
||||||
|
|||||||
@ -17,7 +17,7 @@ data:
|
|||||||
default:
|
default:
|
||||||
logger-level: FULL
|
logger-level: FULL
|
||||||
coreClient:
|
coreClient:
|
||||||
url: http://devspace-apiregistry-core-agent:8080
|
url: http://devspace-apiregistry-core-service-agent:8080
|
||||||
|
|
||||||
vault:
|
vault:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|||||||
@ -3,7 +3,6 @@ kind: Service
|
|||||||
metadata:
|
metadata:
|
||||||
name: "{{$.Release.Name}}-{{$.Values.name}}"
|
name: "{{$.Release.Name}}-{{$.Values.name}}"
|
||||||
spec:
|
spec:
|
||||||
type: NodePort
|
|
||||||
selector:
|
selector:
|
||||||
app.kubernetes.io/name: {{$.Values.name}}
|
app.kubernetes.io/name: {{$.Values.name}}
|
||||||
app.kubernetes.io/instance: {{ $.Release.Name }}
|
app.kubernetes.io/instance: {{ $.Release.Name }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user