mirror of
https://github.com/dredx/prole.git
synced 2026-09-23 10:13:58 +00:00
13 lines
310 B
YAML
13 lines
310 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: svc-check-content
|
|
namespace: {{ .Values.namespace | default .Release.Namespace }}
|
|
labels:
|
|
app: svc-check-web
|
|
data:
|
|
index.html: |-
|
|
{{ .Values.svcCheck.html | nindent 4 }}
|
|
binaryData:
|
|
prole-type.gif: {{ .Values.svcCheck.gifB64 | default "" | quote }}
|