Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions charts/wiremock/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ metadata:
name: {{ include "wiremock.fullname" . }}
labels:
{{- include "wiremock.labels" . | nindent 4 }}
{{- with .Values.deployment.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
{{- if not .Values.autoscaling.enabled }}
replicas: {{ .Values.replicaCount }}
Expand Down
2 changes: 2 additions & 0 deletions charts/wiremock/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ extraInitContainers: []

deploymentStrategy: {}
# type: Recreate
deployment:
annotations: {}

# Load mappings from the templated configmap
mappingsFromConfigmap: true
Expand Down
Loading