mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-21 22:00:35 +00:00
Merge pull request #16 from mkolesnik/local-reg-globalnet
Support globalnet image specification
This commit is contained in:
@@ -25,8 +25,8 @@ spec:
|
|||||||
submariner.io/gateway: 'true'
|
submariner.io/gateway: 'true'
|
||||||
containers:
|
containers:
|
||||||
- name: {{ template "submariner.fullname" . }}-globalnet
|
- name: {{ template "submariner.fullname" . }}-globalnet
|
||||||
image: submariner-globalnet:local
|
image: {{ .Values.globalnet.image.repository }}:{{ .Values.globalnet.image.tag }}
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: {{ .Values.globalnet.image.pullPolicy }}
|
||||||
env:
|
env:
|
||||||
- name: SUBMARINER_CLUSTERID
|
- name: SUBMARINER_CLUSTERID
|
||||||
value: '{{ .Values.submariner.clusterId }}'
|
value: '{{ .Values.submariner.clusterId }}'
|
||||||
|
|||||||
@@ -49,6 +49,11 @@ routeAgent:
|
|||||||
nodeSelector: {}
|
nodeSelector: {}
|
||||||
tolerations: []
|
tolerations: []
|
||||||
affinity: {}
|
affinity: {}
|
||||||
|
globalnet:
|
||||||
|
image:
|
||||||
|
repository: submariner-globalnet
|
||||||
|
tag: local
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
serviceAccounts:
|
serviceAccounts:
|
||||||
engine:
|
engine:
|
||||||
create: true
|
create: true
|
||||||
|
|||||||
Reference in New Issue
Block a user