Address review comments:
Remove old changes annotation. Rename serviceType to service.type. Signed-off-by: Dan Tulovsky <dant@lightstep.com>
This commit is contained in:
parent
0d05cc60cf
commit
13653251bd
3 changed files with 3 additions and 3 deletions
|
@ -11,5 +11,4 @@ maintainers:
|
||||||
- name: jessesuen
|
- name: jessesuen
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- "[Changed]: updated rollouts version to 1.1.0 and updated CRDs to reflect the version bump"
|
|
||||||
- "[Added]: Ability to set the type of Service on the dashboard Service.
|
- "[Added]: Ability to set the type of Service on the dashboard Service.
|
||||||
|
|
|
@ -11,7 +11,7 @@ metadata:
|
||||||
{{- toYaml . | nindent 4 }}
|
{{- toYaml . | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
spec:
|
spec:
|
||||||
type: {{ .Values.dashboard.serviceType | default "ClusterIP" }}
|
type: {{ .Values.dashboard.service.type }}
|
||||||
ports:
|
ports:
|
||||||
- name: dashboard
|
- name: dashboard
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
|
|
@ -114,7 +114,8 @@ dashboard:
|
||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
runAsNonRoot: true
|
runAsNonRoot: true
|
||||||
containerSecurityContext: {}
|
containerSecurityContext: {}
|
||||||
serviceType: ClusterIP
|
service:
|
||||||
|
tType: ClusterIP
|
||||||
serviceAccount:
|
serviceAccount:
|
||||||
create: true
|
create: true
|
||||||
annotations: {}
|
annotations: {}
|
||||||
|
|
Loading…
Reference in a new issue