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
|
||||
annotations:
|
||||
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.
|
||||
|
|
|
@ -11,7 +11,7 @@ metadata:
|
|||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
type: {{ .Values.dashboard.serviceType | default "ClusterIP" }}
|
||||
type: {{ .Values.dashboard.service.type }}
|
||||
ports:
|
||||
- name: dashboard
|
||||
protocol: TCP
|
||||
|
|
|
@ -114,7 +114,8 @@ dashboard:
|
|||
podSecurityContext:
|
||||
runAsNonRoot: true
|
||||
containerSecurityContext: {}
|
||||
serviceType: ClusterIP
|
||||
service:
|
||||
tType: ClusterIP
|
||||
serviceAccount:
|
||||
create: true
|
||||
annotations: {}
|
||||
|
|
Loading…
Reference in a new issue