Teleport Chart 업데이트
This commit is contained in:
@@ -248,6 +248,13 @@ spec:
|
||||
port: 8081
|
||||
initialDelaySeconds: 5
|
||||
periodSeconds: 10
|
||||
ports:
|
||||
- name: op-metrics
|
||||
containerPort: 8080
|
||||
protocol: TCP
|
||||
- name: op-health
|
||||
containerPort: 8081
|
||||
protocol: TCP
|
||||
{{- if .Values.operator.resources }}
|
||||
resources: {{- toYaml .Values.operator.resources | nindent 10 }}
|
||||
{{- end }}
|
||||
@@ -263,6 +270,9 @@ spec:
|
||||
readOnly: true
|
||||
{{- end }}
|
||||
{{ end }}
|
||||
{{- if $auth.extraContainers }}
|
||||
{{- toYaml $auth.extraContainers | nindent 6 }}
|
||||
{{- end }}
|
||||
{{- if $projectedServiceAccountToken }}
|
||||
automountServiceAccountToken: false
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user