chart_name
stringlengths 3
17
| templates
sequence | values
stringlengths 406
755
|
---|---|---|
feigned | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"feigned.fullname\" . }}-feigned\n labels:\n {{- include \"feigned.labels\" . | nindent 4 }}\ndata:\n ACTIVATION: {{ .Values.feigned.activation | quote }}\n AMBIGUITY_OCTET: {{ .Values.feigned.ambiguityOctet | quote }}\n COLLEAGUE: {{ .Values.feigned.colleague | quote }}\n COMPETITOR: {{ .Values.feigned.competitor | quote }}\n COMPETITOR_INTERVENTION: {{ .Values.feigned.competitorIntervention | quote }}\n LAYOUT_BORDER: {{ .Values.feigned.layoutBorder | quote }}\n METHODOLOGY_RAID: {{ .Values.feigned.methodologyRaid | quote }}\n MUFFIN_OBTAINABLE: {{ .Values.feigned.muffinObtainable | quote }}\n SOLUTION_SHOEHORN: {{ .Values.feigned.solutionShoehorn | quote }}\n SQUEEZE: {{ .Values.feigned.squeeze | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"feigned.fullname\" . }}-feigned\n labels:\n {{- include \"feigned.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: feigned\nspec:\n replicas: {{ .Values.feigned.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: feigned\n app.kubernetes.io/name: grove\n {{- include \"feigned.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: feigned\n app.kubernetes.io/name: grove\n {{- include \"feigned.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: bc35e5129fd3dafd17f6a6348d7fac92a7a81ad4308b2a3cefc0a0636122c93d\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"feigned.fullname\" . }}-feigned\n image: {{ .Values.feigned.feigned.image.repository }}:{{ .Values.feigned.feigned.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.feigned.feigned.imagePullPolicy }}\n name: feigned\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.feigned.feigned.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.feigned.feigned.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"feigned.fullname\" . }}-feigned\n labels:\n {{- include \"feigned.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.feigned.type }}\n selector:\n app.kubernetes.io/instance: feigned\n app.kubernetes.io/name: grove\n {{- include \"feigned.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.feigned.ports | toYaml | nindent 2 -}}"
] | feigned:
activation: lighting
ambiguityOctet: blushing
colleague: chapter
competitor: furtive
competitorIntervention: alfalfa
feigned:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
layoutBorder: presidency
methodologyRaid: peaceful
muffinObtainable: upstairs
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
solutionShoehorn: first
squeeze: troubleshoot
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
upper | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"upper.fullname\" . }}-upper\n labels:\n {{- include \"upper.labels\" . | nindent 4 }}\ndata:\n BASELINE_YARD_LAYER: {{ .Values.upper.baselineYardLayer | quote }}\n BUD_WAITRESS: {{ .Values.upper.budWaitress | quote }}\n INDEPENDENT_SHIN: {{ .Values.upper.independentShin | quote }}\n SPRINKLES: {{ .Values.upper.sprinkles | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"upper.fullname\" . }}-upper\n labels:\n {{- include \"upper.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: upper\nspec:\n replicas: {{ .Values.upper.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: upper\n app.kubernetes.io/name: birdhouse\n {{- include \"upper.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: upper\n app.kubernetes.io/name: birdhouse\n {{- include \"upper.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 61a3057a2a694121700eabd776a10aa40069b1d3ec111b04539a2c070b25c2c1\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"upper.fullname\" . }}-upper\n image: {{ .Values.upper.upper.image.repository }}:{{ .Values.upper.upper.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.upper.upper.imagePullPolicy }}\n name: upper\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.upper.upper.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.upper.upper.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"upper.fullname\" . }}-upper\n labels:\n {{- include \"upper.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.upper.type }}\n selector:\n app.kubernetes.io/instance: upper\n app.kubernetes.io/name: birdhouse\n {{- include \"upper.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.upper.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
upper:
baselineYardLayer: going
budWaitress: tale
independentShin: recession
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
sprinkles: chateau
type: ClusterIP
upper:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
|
discipline | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"discipline.fullname\" . }}-discipline\n labels:\n {{- include \"discipline.labels\" . | nindent 4 }}\ndata:\n BARREL: {{ .Values.discipline.barrel | quote }}\n COW_CANNIBAL_CREW: {{ .Values.discipline.cowCannibalCrew | quote }}\n DWARF: {{ .Values.discipline.dwarf | quote }}\n MAINSTREAM_IMPOSTOR_GAZEBO: {{ .Values.discipline.mainstreamImpostorGazebo | quote\n }}\n NEON_SCIENTIFIC_INVESTOR: {{ .Values.discipline.neonScientificInvestor | quote\n }}\n SNUCK_ITINERARY: {{ .Values.discipline.snuckItinerary | quote }}\n TENSOR_HISTORIAN_CURVE: {{ .Values.discipline.tensorHistorianCurve | quote }}\n TUNIC_SECRETION_CURIO: {{ .Values.discipline.tunicSecretionCurio | quote }}\n VILLA_PROOFREAD_BATHER: {{ .Values.discipline.villaProofreadBather | quote }}\n WANDER_MONOPOLY: {{ .Values.discipline.wanderMonopoly | quote }}\n WING_ICEBERG_RECIPIENT: {{ .Values.discipline.wingIcebergRecipient | quote }}\n X-RAY: {{ .Values.discipline.xRay | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"discipline.fullname\" . }}-discipline\n labels:\n {{- include \"discipline.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: discipline\nspec:\n replicas: {{ .Values.discipline.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: discipline\n app.kubernetes.io/name: notice\n {{- include \"discipline.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: discipline\n app.kubernetes.io/name: notice\n {{- include \"discipline.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 5ac2fa9264071d32b52e9b429f65a89a8ebf049ef211093079127b329fe278bc\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"discipline.fullname\" . }}-discipline\n image: {{ .Values.discipline.discipline.image.repository }}:{{ .Values.discipline.discipline.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.discipline.discipline.imagePullPolicy }}\n name: discipline\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.discipline.discipline.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.discipline.discipline.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"discipline.fullname\" . }}-discipline\n labels:\n {{- include \"discipline.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.discipline.type }}\n selector:\n app.kubernetes.io/instance: discipline\n app.kubernetes.io/name: notice\n {{- include \"discipline.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.discipline.ports | toYaml | nindent 2 -}}"
] | discipline:
barrel: exotic
cowCannibalCrew: pilgrim
discipline:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
dwarf: pour
mainstreamImpostorGazebo: barracks
neonScientificInvestor: armor
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
snuckItinerary: raisin
tensorHistorianCurve: live
tunicSecretionCurio: drab
type: ClusterIP
villaProofreadBather: employee
wanderMonopoly: abrogation
wingIcebergRecipient: rain
xRay: junket
kubernetesClusterDomain: cluster.local
|
dud | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"dud.fullname\" . }}-dud\n labels:\n {{- include \"dud.labels\" . | nindent 4 }}\ndata:\n BAFFLEMENT: {{ .Values.dud.bafflement | quote }}\n DILAPIDATION_VIOLENCE_REBELLION: {{ .Values.dud.dilapidationViolenceRebellion |\n quote }}\n KNOCK: {{ .Values.dud.knock | quote }}\n LOOSE: {{ .Values.dud.loose | quote }}\n SILKWORM: {{ .Values.dud.silkworm | quote }}\n TRANSACTION: {{ .Values.dud.transaction | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"dud.fullname\" . }}-dud\n labels:\n {{- include \"dud.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: dud\nspec:\n replicas: {{ .Values.dud.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: dud\n app.kubernetes.io/name: vinyl\n {{- include \"dud.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: dud\n app.kubernetes.io/name: vinyl\n {{- include \"dud.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 516f56faa83306bdbea7a073e453e6584d991cb855105decd8e6cbf770b0155f\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"dud.fullname\" . }}-dud\n image: {{ .Values.dud.dud.image.repository }}:{{ .Values.dud.dud.image.tag | default\n .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.dud.dud.imagePullPolicy }}\n name: dud\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.dud.dud.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.dud.dud.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"dud.fullname\" . }}-dud\n labels:\n {{- include \"dud.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.dud.type }}\n selector:\n app.kubernetes.io/instance: dud\n app.kubernetes.io/name: vinyl\n {{- include \"dud.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.dud.ports | toYaml | nindent 2 -}}"
] | dud:
bafflement: restaurant
dilapidationViolenceRebellion: invite
dud:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
knock: bird
loose: spider
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
silkworm: nature
transaction: vanity
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
implication | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"implication.fullname\" . }}-implication\n labels:\n {{- include \"implication.labels\" . | nindent 4 }}\ndata:\n BRUSH_CLOGS_BROTHER-IN-LAW: {{ .Values.implication.brushClogsBrotherInLaw | quote\n }}\n GENEROSITY_MACRAME_MISCARRIAGE: {{ .Values.implication.generosityMacrameMiscarriage\n | quote }}\n PAGE_CHESS_CUTTING: {{ .Values.implication.pageChessCutting | quote }}\n PORCUPINE: {{ .Values.implication.porcupine | quote }}\n PRIZEFIGHT: {{ .Values.implication.prizefight | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"implication.fullname\" . }}-implication\n labels:\n {{- include \"implication.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: implication\nspec:\n replicas: {{ .Values.implication.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: implication\n app.kubernetes.io/name: racism\n {{- include \"implication.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: implication\n app.kubernetes.io/name: racism\n {{- include \"implication.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: b111871e5e6ab814c54bf1d4f178f181d6ac1d693bb7463967383f07049893ea\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"implication.fullname\" . }}-implication\n image: {{ .Values.implication.implication.image.repository }}:{{ .Values.implication.implication.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.implication.implication.imagePullPolicy }}\n name: implication\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.implication.implication.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.implication.implication.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"implication.fullname\" . }}-implication\n labels:\n {{- include \"implication.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.implication.type }}\n selector:\n app.kubernetes.io/instance: implication\n app.kubernetes.io/name: racism\n {{- include \"implication.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.implication.ports | toYaml | nindent 2 -}}"
] | implication:
brushClogsBrotherInLaw: divorce
generosityMacrameMiscarriage: brood
implication:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
pageChessCutting: mandarin
porcupine: markup
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
prizefight: disappear
replicas: 1
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
computer | [
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"computer.fullname\" . }}-computer\n labels:\n {{- include \"computer.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: computer\nspec:\n replicas: {{ .Values.computer.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: computer\n app.kubernetes.io/name: gaffe\n {{- include \"computer.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: computer\n app.kubernetes.io/name: gaffe\n {{- include \"computer.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n image: {{ .Values.computer.computer.image.repository }}:{{ .Values.computer.computer.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.computer.computer.imagePullPolicy }}\n name: computer\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.computer.computer.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.computer.computer.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"computer.fullname\" . }}-computer\n labels:\n {{- include \"computer.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.computer.type }}\n selector:\n app.kubernetes.io/instance: computer\n app.kubernetes.io/name: gaffe\n {{- include \"computer.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.computer.ports | toYaml | nindent 2 -}}"
] | computer:
computer:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
dot | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"dot.fullname\" . }}-dot\n labels:\n {{- include \"dot.labels\" . | nindent 4 }}\ndata:\n DESK: {{ .Values.dot.desk | quote }}\n EASE_SIGNIFICANCE_RAG: {{ .Values.dot.easeSignificanceRag | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"dot.fullname\" . }}-dot\n labels:\n {{- include \"dot.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: dot\nspec:\n replicas: {{ .Values.dot.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: dot\n app.kubernetes.io/name: score\n {{- include \"dot.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: dot\n app.kubernetes.io/name: score\n {{- include \"dot.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 7fd662aee006501a06660c943fdbf18ef9b94ef4f5d44b4f4e0afb08c0f78bff\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"dot.fullname\" . }}-dot\n image: {{ .Values.dot.dot.image.repository }}:{{ .Values.dot.dot.image.tag | default\n .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.dot.dot.imagePullPolicy }}\n name: dot\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.dot.dot.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.dot.dot.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"dot.fullname\" . }}-dot\n labels:\n {{- include \"dot.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.dot.type }}\n selector:\n app.kubernetes.io/instance: dot\n app.kubernetes.io/name: score\n {{- include \"dot.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.dot.ports | toYaml | nindent 2 -}}"
] | dot:
desk: pressure
dot:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
easeSignificanceRag: tense
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
traveler | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"traveler.fullname\" . }}-traveler\n labels:\n {{- include \"traveler.labels\" . | nindent 4 }}\ndata:\n DEER: {{ .Values.traveler.deer | quote }}\n DENSITY_CONTRIBUTOR: {{ .Values.traveler.densityContributor | quote }}\n PARTICIPATE_INTERPRETATION: {{ .Values.traveler.participateInterpretation | quote\n }}\n PASTORALIST_DEED_METRONOME: {{ .Values.traveler.pastoralistDeedMetronome | quote\n }}\n PATE_BIKE: {{ .Values.traveler.pateBike | quote }}\n PLATTER_TOASTER: {{ .Values.traveler.platterToaster | quote }}\n RIOT_SUPER: {{ .Values.traveler.riotSuper | quote }}\n THRONE: {{ .Values.traveler.throne | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"traveler.fullname\" . }}-traveler\n labels:\n {{- include \"traveler.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: traveler\nspec:\n replicas: {{ .Values.traveler.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: traveler\n app.kubernetes.io/name: logo\n {{- include \"traveler.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: traveler\n app.kubernetes.io/name: logo\n {{- include \"traveler.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 55f99a9636c5a6f7276daa8b33cfeb538fc106ba66a062bf4eb8cc527435f17d\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"traveler.fullname\" . }}-traveler\n image: {{ .Values.traveler.traveler.image.repository }}:{{ .Values.traveler.traveler.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.traveler.traveler.imagePullPolicy }}\n name: traveler\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.traveler.traveler.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.traveler.traveler.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"traveler.fullname\" . }}-traveler\n labels:\n {{- include \"traveler.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.traveler.type }}\n selector:\n app.kubernetes.io/instance: traveler\n app.kubernetes.io/name: logo\n {{- include \"traveler.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.traveler.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
traveler:
deer: silky
densityContributor: netbook
participateInterpretation: liability
pastoralistDeedMetronome: pressurisation
pateBike: lye
platterToaster: penicillin
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
riotSuper: pita
throne: vaulting
traveler:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
type: ClusterIP
|
era | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"era.fullname\" . }}-era\n labels:\n {{- include \"era.labels\" . | nindent 4 }}\ndata:\n AFOUL: {{ .Values.era.afoul | quote }}\n BLUE-EYED_SCANNER: {{ .Values.era.blueEyedScanner | quote }}\n CREATIVE_HULKING_DOUGH: {{ .Values.era.creativeHulkingDough | quote }}\n DECENCY_WOODEN_POUNDING: {{ .Values.era.decencyWoodenPounding | quote }}\n EVALUATION_CLUMSY: {{ .Values.era.evaluationClumsy | quote }}\n FIGURINE_SCRIPTURE: {{ .Values.era.figurineScripture | quote }}\n NOTION_CAMERA: {{ .Values.era.notionCamera | quote }}\n RINGWORM: {{ .Values.era.ringworm | quote }}\n SUCCINCT_PRAISE_PAT: {{ .Values.era.succinctPraisePat | quote }}\n TRAIT: {{ .Values.era.trait | quote }}\n WORTHLESS_JOLLY: {{ .Values.era.worthlessJolly | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"era.fullname\" . }}-era\n labels:\n {{- include \"era.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: era\nspec:\n replicas: {{ .Values.era.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: era\n app.kubernetes.io/name: sill\n {{- include \"era.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: era\n app.kubernetes.io/name: sill\n {{- include \"era.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: c210b40be645657033a3805f9eab7f316162b12a01000b26a5457b1ea58056d1\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"era.fullname\" . }}-era\n image: {{ .Values.era.era.image.repository }}:{{ .Values.era.era.image.tag | default\n .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.era.era.imagePullPolicy }}\n name: era\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.era.era.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.era.era.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"era.fullname\" . }}-era\n labels:\n {{- include \"era.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.era.type }}\n selector:\n app.kubernetes.io/instance: era\n app.kubernetes.io/name: sill\n {{- include \"era.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.era.ports | toYaml | nindent 2 -}}"
] | era:
afoul: subway
blueEyedScanner: innovation
creativeHulkingDough: lot
decencyWoodenPounding: perch
era:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
evaluationClumsy: mother-in-law
figurineScripture: supervision
notionCamera: girl
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
ringworm: suspect
succinctPraisePat: verb
trait: puritan
type: ClusterIP
worthlessJolly: pelican
kubernetesClusterDomain: cluster.local
|
bargain | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"bargain.fullname\" . }}-bargain\n labels:\n {{- include \"bargain.labels\" . | nindent 4 }}\ndata:\n CLOTH_MATERIAL_EVERYBODY: {{ .Values.bargain.clothMaterialEverybody | quote }}\n STATISTIC_APPELLATION: {{ .Values.bargain.statisticAppellation | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"bargain.fullname\" . }}-bargain\n labels:\n {{- include \"bargain.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: bargain\nspec:\n replicas: {{ .Values.bargain.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: bargain\n app.kubernetes.io/name: user\n {{- include \"bargain.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: bargain\n app.kubernetes.io/name: user\n {{- include \"bargain.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: b620b6db729644a838ddb5a06e7dff16a32b909d02e2750f7758f5d873795d0e\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"bargain.fullname\" . }}-bargain\n image: {{ .Values.bargain.bargain.image.repository }}:{{ .Values.bargain.bargain.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.bargain.bargain.imagePullPolicy }}\n name: bargain\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.bargain.bargain.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.bargain.bargain.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"bargain.fullname\" . }}-bargain\n labels:\n {{- include \"bargain.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.bargain.type }}\n selector:\n app.kubernetes.io/instance: bargain\n app.kubernetes.io/name: user\n {{- include \"bargain.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.bargain.ports | toYaml | nindent 2 -}}"
] | bargain:
bargain:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
clothMaterialEverybody: alcohol
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
statisticAppellation: step-uncle
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
cloud | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"cloud.fullname\" . }}-cloud\n labels:\n {{- include \"cloud.labels\" . | nindent 4 }}\ndata:\n ALLOCATION: {{ .Values.cloud.allocation | quote }}\n BAMBOO_YESTERDAY: {{ .Values.cloud.bambooYesterday | quote }}\n BIZARRE: {{ .Values.cloud.bizarre | quote }}\n DENSITY_COMFORTABLE_CELERIAC: {{ .Values.cloud.densityComfortableCeleriac | quote\n }}\n EXPANSIONISM: {{ .Values.cloud.expansionism | quote }}\n EXTERIOR_SKEAN: {{ .Values.cloud.exteriorSkean | quote }}\n HALTING_POLICE: {{ .Values.cloud.haltingPolice | quote }}\n HINT_GATHER_LEAD: {{ .Values.cloud.hintGatherLead | quote }}\n ICKY_LUNCHEONETTE: {{ .Values.cloud.ickyLuncheonette | quote }}\n MELODY_BULL-FIGHTER: {{ .Values.cloud.melodyBullFighter | quote }}\n PROUD: {{ .Values.cloud.proud | quote }}\n SHINE_UNITE: {{ .Values.cloud.shineUnite | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"cloud.fullname\" . }}-cloud\n labels:\n {{- include \"cloud.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: cloud\nspec:\n replicas: {{ .Values.cloud.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: cloud\n app.kubernetes.io/name: declaration\n {{- include \"cloud.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: cloud\n app.kubernetes.io/name: declaration\n {{- include \"cloud.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: dab45e6712754aee88d0bfd20a5bd92ff40813af6aad7373bd7e27f19e989e26\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"cloud.fullname\" . }}-cloud\n image: {{ .Values.cloud.cloud.image.repository }}:{{ .Values.cloud.cloud.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.cloud.cloud.imagePullPolicy }}\n name: cloud\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.cloud.cloud.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.cloud.cloud.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"cloud.fullname\" . }}-cloud\n labels:\n {{- include \"cloud.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.cloud.type }}\n selector:\n app.kubernetes.io/instance: cloud\n app.kubernetes.io/name: declaration\n {{- include \"cloud.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.cloud.ports | toYaml | nindent 2 -}}"
] | cloud:
allocation: fear
bambooYesterday: essential
bizarre: redundant
cloud:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
densityComfortableCeleriac: slimy
expansionism: cruelty
exteriorSkean: priority
haltingPolice: funny
hintGatherLead: portrait
ickyLuncheonette: mechanic
melodyBullFighter: classify
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
proud: heal
replicas: 1
shineUnite: illustrate
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
tin | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"tin.fullname\" . }}-tin\n labels:\n {{- include \"tin.labels\" . | nindent 4 }}\ndata:\n BALLOONIST: {{ .Values.tin.balloonist | quote }}\n EFFECT: {{ .Values.tin.effect | quote }}\n GRANDSON_HARPSICHORD: {{ .Values.tin.grandsonHarpsichord | quote }}\n RATIONS_NETSUKE_SUMMIT: {{ .Values.tin.rationsNetsukeSummit | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"tin.fullname\" . }}-tin\n labels:\n {{- include \"tin.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: tin\nspec:\n replicas: {{ .Values.tin.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: tin\n app.kubernetes.io/name: reservoir\n {{- include \"tin.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: tin\n app.kubernetes.io/name: reservoir\n {{- include \"tin.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 0da2729bc524f3c7b396fd57ccf6afd564f4adf53aea62c3012310ccad984f33\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"tin.fullname\" . }}-tin\n image: {{ .Values.tin.tin.image.repository }}:{{ .Values.tin.tin.image.tag | default\n .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.tin.tin.imagePullPolicy }}\n name: tin\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.tin.tin.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.tin.tin.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"tin.fullname\" . }}-tin\n labels:\n {{- include \"tin.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.tin.type }}\n selector:\n app.kubernetes.io/instance: tin\n app.kubernetes.io/name: reservoir\n {{- include \"tin.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.tin.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
tin:
balloonist: blackness
effect: resemblance
grandsonHarpsichord: morphology
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
rationsNetsukeSummit: idiotic
replicas: 1
tin:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
type: ClusterIP
|
diabetes | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"diabetes.fullname\" . }}-diabetes\n labels:\n {{- include \"diabetes.labels\" . | nindent 4 }}\ndata:\n BARK_SLOW_WINGMAN: {{ .Values.diabetes.barkSlowWingman | quote }}\n CHARACTERIZATION: {{ .Values.diabetes.characterization | quote }}\n COMMODITY_ETHEREAL: {{ .Values.diabetes.commodityEthereal | quote }}\n CROWN_FORGERY: {{ .Values.diabetes.crownForgery | quote }}\n CYST_INDIVIDUAL_TABLET: {{ .Values.diabetes.cystIndividualTablet | quote }}\n KNEEJERK: {{ .Values.diabetes.kneejerk | quote }}\n MAIZE_ABORTIVE_POPSICLE: {{ .Values.diabetes.maizeAbortivePopsicle | quote }}\n POPULIST: {{ .Values.diabetes.populist | quote }}\n SUPERVISE_SERIES_HAZE: {{ .Values.diabetes.superviseSeriesHaze | quote }}\n TONE_ALIBI: {{ .Values.diabetes.toneAlibi | quote }}\n WATERFRONT_APPETISER: {{ .Values.diabetes.waterfrontAppetiser | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"diabetes.fullname\" . }}-diabetes\n labels:\n {{- include \"diabetes.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: diabetes\nspec:\n replicas: {{ .Values.diabetes.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: diabetes\n app.kubernetes.io/name: farmland\n {{- include \"diabetes.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: diabetes\n app.kubernetes.io/name: farmland\n {{- include \"diabetes.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 6c620fb6cff38fea88c59a0661a1dcfc17fe3c5f8bacbb9d5032db785aaeade1\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"diabetes.fullname\" . }}-diabetes\n image: {{ .Values.diabetes.diabetes.image.repository }}:{{ .Values.diabetes.diabetes.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.diabetes.diabetes.imagePullPolicy }}\n name: diabetes\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.diabetes.diabetes.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.diabetes.diabetes.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"diabetes.fullname\" . }}-diabetes\n labels:\n {{- include \"diabetes.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.diabetes.type }}\n selector:\n app.kubernetes.io/instance: diabetes\n app.kubernetes.io/name: farmland\n {{- include \"diabetes.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.diabetes.ports | toYaml | nindent 2 -}}"
] | diabetes:
barkSlowWingman: convection
characterization: daisy
commodityEthereal: impression
crownForgery: endpoint
cystIndividualTablet: everything
diabetes:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
kneejerk: rear
maizeAbortivePopsicle: fascinated
populist: dive
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
superviseSeriesHaze: fundraising
toneAlibi: profile
type: ClusterIP
waterfrontAppetiser: answer
kubernetesClusterDomain: cluster.local
|
merchant | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"merchant.fullname\" . }}-merchant\n labels:\n {{- include \"merchant.labels\" . | nindent 4 }}\ndata:\n EMINENT: {{ .Values.merchant.eminent | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"merchant.fullname\" . }}-merchant\n labels:\n {{- include \"merchant.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: merchant\nspec:\n replicas: {{ .Values.merchant.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: merchant\n app.kubernetes.io/name: presidency\n {{- include \"merchant.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: merchant\n app.kubernetes.io/name: presidency\n {{- include \"merchant.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 229d211107a9e49359990126ae2e26a36638a2dd9bcb3f42abb0cfff413a4a9f\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"merchant.fullname\" . }}-merchant\n image: {{ .Values.merchant.merchant.image.repository }}:{{ .Values.merchant.merchant.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.merchant.merchant.imagePullPolicy }}\n name: merchant\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.merchant.merchant.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.merchant.merchant.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"merchant.fullname\" . }}-merchant\n labels:\n {{- include \"merchant.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.merchant.type }}\n selector:\n app.kubernetes.io/instance: merchant\n app.kubernetes.io/name: presidency\n {{- include \"merchant.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.merchant.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
merchant:
eminent: cylinder
merchant:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
type: ClusterIP
|
comeback | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"comeback.fullname\" . }}-comeback\n labels:\n {{- include \"comeback.labels\" . | nindent 4 }}\ndata:\n CELLO_INEXPENSIVE: {{ .Values.comeback.celloInexpensive | quote }}\n CHALLENGE_LOAN_FATIGUE: {{ .Values.comeback.challengeLoanFatigue | quote }}\n FLEXIBILITY_POSITION: {{ .Values.comeback.flexibilityPosition | quote }}\n MECHANISM_PUBLISHING: {{ .Values.comeback.mechanismPublishing | quote }}\n SCINTILLATING_BOXER: {{ .Values.comeback.scintillatingBoxer | quote }}\n SPLIT_INVINCIBLE: {{ .Values.comeback.splitInvincible | quote }}\n SWANLING_TRUCK_MAKEUP: {{ .Values.comeback.swanlingTruckMakeup | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"comeback.fullname\" . }}-comeback\n labels:\n {{- include \"comeback.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: comeback\nspec:\n replicas: {{ .Values.comeback.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: comeback\n app.kubernetes.io/name: pastry\n {{- include \"comeback.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: comeback\n app.kubernetes.io/name: pastry\n {{- include \"comeback.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: a6236d38404287245bab3151618f0bdce005c9440e91fb4332be503d1109d073\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"comeback.fullname\" . }}-comeback\n image: {{ .Values.comeback.comeback.image.repository }}:{{ .Values.comeback.comeback.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.comeback.comeback.imagePullPolicy }}\n name: comeback\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.comeback.comeback.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.comeback.comeback.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"comeback.fullname\" . }}-comeback\n labels:\n {{- include \"comeback.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.comeback.type }}\n selector:\n app.kubernetes.io/instance: comeback\n app.kubernetes.io/name: pastry\n {{- include \"comeback.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.comeback.ports | toYaml | nindent 2 -}}"
] | comeback:
celloInexpensive: raspberry
challengeLoanFatigue: spume
comeback:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
flexibilityPosition: baseball
mechanismPublishing: consequence
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
scintillatingBoxer: tax
splitInvincible: yourself
swanlingTruckMakeup: unit
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
noiseless | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"noiseless.fullname\" . }}-noiseless\n labels:\n {{- include \"noiseless.labels\" . | nindent 4 }}\ndata:\n BE_BILLION_ALIEN: {{ .Values.noiseless.beBillionAlien | quote }}\n IDIOT: {{ .Values.noiseless.idiot | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"noiseless.fullname\" . }}-noiseless\n labels:\n {{- include \"noiseless.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: noiseless\nspec:\n replicas: {{ .Values.noiseless.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: noiseless\n app.kubernetes.io/name: scimitar\n {{- include \"noiseless.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: noiseless\n app.kubernetes.io/name: scimitar\n {{- include \"noiseless.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 9f1bca36cc031d104f0057c8cf63959ca8fbc46e6525b0c796c06e038f31f2c2\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"noiseless.fullname\" . }}-noiseless\n image: {{ .Values.noiseless.noiseless.image.repository }}:{{ .Values.noiseless.noiseless.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.noiseless.noiseless.imagePullPolicy }}\n name: noiseless\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.noiseless.noiseless.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.noiseless.noiseless.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"noiseless.fullname\" . }}-noiseless\n labels:\n {{- include \"noiseless.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.noiseless.type }}\n selector:\n app.kubernetes.io/instance: noiseless\n app.kubernetes.io/name: scimitar\n {{- include \"noiseless.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.noiseless.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
noiseless:
beBillionAlien: scarification
idiot: osmosis
noiseless:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
type: ClusterIP
|
mouth | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"mouth.fullname\" . }}-mouth\n labels:\n {{- include \"mouth.labels\" . | nindent 4 }}\ndata:\n BLACK: {{ .Values.mouth.black | quote }}\n COLUMN: {{ .Values.mouth.column | quote }}\n EDUCATED_LAVA: {{ .Values.mouth.educatedLava | quote }}\n FASCIA_CHILI_HOPS: {{ .Values.mouth.fasciaChiliHops | quote }}\n FIBROBLAST_ERASER_MAKE: {{ .Values.mouth.fibroblastEraserMake | quote }}\n LIVING_OVERDRAW: {{ .Values.mouth.livingOverdraw | quote }}\n MOTORCYCLE_ASSESSMENT_ALIKE: {{ .Values.mouth.motorcycleAssessmentAlike | quote\n }}\n PLEAD_LIKEABLE_FRESH: {{ .Values.mouth.pleadLikeableFresh | quote }}\n RAT_DAISY_ATM: {{ .Values.mouth.ratDaisyAtm | quote }}\n SKIN_INTERJECT: {{ .Values.mouth.skinInterject | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"mouth.fullname\" . }}-mouth\n labels:\n {{- include \"mouth.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: mouth\nspec:\n replicas: {{ .Values.mouth.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: mouth\n app.kubernetes.io/name: pineapple\n {{- include \"mouth.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: mouth\n app.kubernetes.io/name: pineapple\n {{- include \"mouth.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: e405d12cdd7d2dcc43c345a1ca3e7d297885b08da23b9576df5234e0c6fd1c4c\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"mouth.fullname\" . }}-mouth\n image: {{ .Values.mouth.mouth.image.repository }}:{{ .Values.mouth.mouth.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.mouth.mouth.imagePullPolicy }}\n name: mouth\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.mouth.mouth.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.mouth.mouth.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"mouth.fullname\" . }}-mouth\n labels:\n {{- include \"mouth.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.mouth.type }}\n selector:\n app.kubernetes.io/instance: mouth\n app.kubernetes.io/name: pineapple\n {{- include \"mouth.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.mouth.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
mouth:
black: hardware
column: essay
educatedLava: spiderling
fasciaChiliHops: hug
fibroblastEraserMake: tender
livingOverdraw: carpenter
motorcycleAssessmentAlike: trade
mouth:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
pleadLikeableFresh: crazy
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
ratDaisyAtm: burrito
replicas: 1
skinInterject: scrub
type: ClusterIP
|
beast | [
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"beast.fullname\" . }}-beast\n labels:\n {{- include \"beast.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: beast\nspec:\n replicas: {{ .Values.beast.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: beast\n app.kubernetes.io/name: subset\n {{- include \"beast.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: beast\n app.kubernetes.io/name: subset\n {{- include \"beast.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n image: {{ .Values.beast.beast.image.repository }}:{{ .Values.beast.beast.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.beast.beast.imagePullPolicy }}\n name: beast\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.beast.beast.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.beast.beast.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"beast.fullname\" . }}-beast\n labels:\n {{- include \"beast.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.beast.type }}\n selector:\n app.kubernetes.io/instance: beast\n app.kubernetes.io/name: subset\n {{- include \"beast.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.beast.ports | toYaml | nindent 2 -}}"
] | beast:
beast:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
blot | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"blot.fullname\" . }}-blot\n labels:\n {{- include \"blot.labels\" . | nindent 4 }}\ndata:\n BOARD_GROOVY: {{ .Values.blot.boardGroovy | quote }}\n POLLUTION_BRACELET_HESITATION: {{ .Values.blot.pollutionBraceletHesitation | quote\n }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"blot.fullname\" . }}-blot\n labels:\n {{- include \"blot.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: blot\nspec:\n replicas: {{ .Values.blot.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: blot\n app.kubernetes.io/name: optimisation\n {{- include \"blot.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: blot\n app.kubernetes.io/name: optimisation\n {{- include \"blot.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 436a1baf1d55bf8d0f3552e34ceaa41a6b0f31b9d8ddf95af284a3ba6842f55c\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"blot.fullname\" . }}-blot\n image: {{ .Values.blot.blot.image.repository }}:{{ .Values.blot.blot.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.blot.blot.imagePullPolicy }}\n name: blot\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.blot.blot.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.blot.blot.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"blot.fullname\" . }}-blot\n labels:\n {{- include \"blot.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.blot.type }}\n selector:\n app.kubernetes.io/instance: blot\n app.kubernetes.io/name: optimisation\n {{- include \"blot.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.blot.ports | toYaml | nindent 2 -}}"
] | blot:
blot:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
boardGroovy: hydrofoil
pollutionBraceletHesitation: foretell
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
advocate | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"advocate.fullname\" . }}-advocate\n labels:\n {{- include \"advocate.labels\" . | nindent 4 }}\ndata:\n BOARD_BEAST_BOIL: {{ .Values.advocate.boardBeastBoil | quote }}\n DARN: {{ .Values.advocate.darn | quote }}\n GALLON: {{ .Values.advocate.gallon | quote }}\n INSIDE_MOLAR: {{ .Values.advocate.insideMolar | quote }}\n PETITION_SILICA: {{ .Values.advocate.petitionSilica | quote }}\n ROT: {{ .Values.advocate.rot | quote }}\n TAX_PRESIDE_ANSWER: {{ .Values.advocate.taxPresideAnswer | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"advocate.fullname\" . }}-advocate\n labels:\n {{- include \"advocate.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: advocate\nspec:\n replicas: {{ .Values.advocate.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: advocate\n app.kubernetes.io/name: flame\n {{- include \"advocate.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: advocate\n app.kubernetes.io/name: flame\n {{- include \"advocate.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: a4bc1c3a7cf1d7c1f225dc4153e543af411db3d4fab3864e07568ca1ac141b37\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"advocate.fullname\" . }}-advocate\n image: {{ .Values.advocate.advocate.image.repository }}:{{ .Values.advocate.advocate.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.advocate.advocate.imagePullPolicy }}\n name: advocate\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.advocate.advocate.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.advocate.advocate.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"advocate.fullname\" . }}-advocate\n labels:\n {{- include \"advocate.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.advocate.type }}\n selector:\n app.kubernetes.io/instance: advocate\n app.kubernetes.io/name: flame\n {{- include \"advocate.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.advocate.ports | toYaml | nindent 2 -}}"
] | advocate:
advocate:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
boardBeastBoil: min
darn: negligee
gallon: clank
insideMolar: withdraw
petitionSilica: confidence
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
rot: hacksaw
taxPresideAnswer: pimple
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
collaboration | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"collaboration.fullname\" . }}-collaboration\n labels:\n {{- include \"collaboration.labels\" . | nindent 4 }}\ndata:\n AUTHENTICITY_OBSCENE_FRIES: {{ .Values.collaboration.authenticityObsceneFries |\n quote }}\n DAYBED_REPRESENTATIVE_NECKLACE: {{ .Values.collaboration.daybedRepresentativeNecklace\n | quote }}\n MALE: {{ .Values.collaboration.male | quote }}\n PROGRESSION_PEACH: {{ .Values.collaboration.progressionPeach | quote }}\n RIDING_BEAT_WARN: {{ .Values.collaboration.ridingBeatWarn | quote }}\n SUMMIT_PULLEY_BARBER: {{ .Values.collaboration.summitPulleyBarber | quote }}\n TOOTHPASTE: {{ .Values.collaboration.toothpaste | quote }}\n VEGETABLE_NEIGHBORLY_ISOLATION: {{ .Values.collaboration.vegetableNeighborlyIsolation\n | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"collaboration.fullname\" . }}-collaboration\n labels:\n {{- include \"collaboration.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: collaboration\nspec:\n replicas: {{ .Values.collaboration.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: collaboration\n app.kubernetes.io/name: sport\n {{- include \"collaboration.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: collaboration\n app.kubernetes.io/name: sport\n {{- include \"collaboration.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 11d247ef029b244ec884b8b0fb3a9ef9f491c4fba036c62cef1037649bb740ef\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"collaboration.fullname\" . }}-collaboration\n image: {{ .Values.collaboration.collaboration.image.repository }}:{{ .Values.collaboration.collaboration.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.collaboration.collaboration.imagePullPolicy }}\n name: collaboration\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.collaboration.collaboration.resources | nindent 10\n }}\n securityContext: {{- toYaml .Values.collaboration.collaboration.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"collaboration.fullname\" . }}-collaboration\n labels:\n {{- include \"collaboration.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.collaboration.type }}\n selector:\n app.kubernetes.io/instance: collaboration\n app.kubernetes.io/name: sport\n {{- include \"collaboration.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.collaboration.ports | toYaml | nindent 2 -}}"
] | collaboration:
authenticityObsceneFries: appetizer
collaboration:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
daybedRepresentativeNecklace: soot
male: oat
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
progressionPeach: creationist
replicas: 1
ridingBeatWarn: ambition
summitPulleyBarber: dibble
toothpaste: booklet
type: ClusterIP
vegetableNeighborlyIsolation: officer
kubernetesClusterDomain: cluster.local
|
cobweb | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"cobweb.fullname\" . }}-cobweb\n labels:\n {{- include \"cobweb.labels\" . | nindent 4 }}\ndata:\n LANDSCAPE_SECRETARIAT_BATHER: {{ .Values.cobweb.landscapeSecretariatBather | quote\n }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"cobweb.fullname\" . }}-cobweb\n labels:\n {{- include \"cobweb.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: cobweb\nspec:\n replicas: {{ .Values.cobweb.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: cobweb\n app.kubernetes.io/name: accident\n {{- include \"cobweb.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: cobweb\n app.kubernetes.io/name: accident\n {{- include \"cobweb.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 7c5039aaf07db93429ea190dd354aedb10a44be29b8fde5e1d4adc3859f0f395\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"cobweb.fullname\" . }}-cobweb\n image: {{ .Values.cobweb.cobweb.image.repository }}:{{ .Values.cobweb.cobweb.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.cobweb.cobweb.imagePullPolicy }}\n name: cobweb\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.cobweb.cobweb.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.cobweb.cobweb.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"cobweb.fullname\" . }}-cobweb\n labels:\n {{- include \"cobweb.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.cobweb.type }}\n selector:\n app.kubernetes.io/instance: cobweb\n app.kubernetes.io/name: accident\n {{- include \"cobweb.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.cobweb.ports | toYaml | nindent 2 -}}"
] | cobweb:
cobweb:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
landscapeSecretariatBather: yawl
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
baggie | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"baggie.fullname\" . }}-baggie\n labels:\n {{- include \"baggie.labels\" . | nindent 4 }}\ndata:\n APPEAR_STORAGE: {{ .Values.baggie.appearStorage | quote }}\n AUCTION_PROCESS: {{ .Values.baggie.auctionProcess | quote }}\n COIL: {{ .Values.baggie.coil | quote }}\n CONGRESS_CATION: {{ .Values.baggie.congressCation | quote }}\n GALOSHES_FAMILY: {{ .Values.baggie.galoshesFamily | quote }}\n INTERVIEWER: {{ .Values.baggie.interviewer | quote }}\n METRONOME: {{ .Values.baggie.metronome | quote }}\n ORIENT: {{ .Values.baggie.orient | quote }}\n SOFTWARE_POMELO_CHARSET: {{ .Values.baggie.softwarePomeloCharset | quote }}\n SURVIVAL_METEOROLOGY: {{ .Values.baggie.survivalMeteorology | quote }}\n SYMMETRY: {{ .Values.baggie.symmetry | quote }}\n TURMERIC_OMNISCIENT_REAR: {{ .Values.baggie.turmericOmniscientRear | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"baggie.fullname\" . }}-baggie\n labels:\n {{- include \"baggie.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: baggie\nspec:\n replicas: {{ .Values.baggie.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: baggie\n app.kubernetes.io/name: roomy\n {{- include \"baggie.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: baggie\n app.kubernetes.io/name: roomy\n {{- include \"baggie.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: c5a23ed2701e4f73ed537a146ed0774205a4d3843e033c45f8b2baf6f91e7b5f\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"baggie.fullname\" . }}-baggie\n image: {{ .Values.baggie.baggie.image.repository }}:{{ .Values.baggie.baggie.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.baggie.baggie.imagePullPolicy }}\n name: baggie\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.baggie.baggie.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.baggie.baggie.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"baggie.fullname\" . }}-baggie\n labels:\n {{- include \"baggie.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.baggie.type }}\n selector:\n app.kubernetes.io/instance: baggie\n app.kubernetes.io/name: roomy\n {{- include \"baggie.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.baggie.ports | toYaml | nindent 2 -}}"
] | baggie:
appearStorage: intervention
auctionProcess: barstool
baggie:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
coil: outlaw
congressCation: behaviour
galoshesFamily: decorous
interviewer: prior
metronome: barbecue
orient: oxford
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
softwarePomeloCharset: glockenspiel
survivalMeteorology: millisecond
symmetry: seafood
turmericOmniscientRear: measles
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
shop | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"shop.fullname\" . }}-shop\n labels:\n {{- include \"shop.labels\" . | nindent 4 }}\ndata:\n ASSESS_COHESION_HOMELAND: {{ .Values.shop.assessCohesionHomeland | quote }}\n CHRONICLE_SERIES: {{ .Values.shop.chronicleSeries | quote }}\n DESTINY_REACH_HEEL: {{ .Values.shop.destinyReachHeel | quote }}\n GEOLOGY_TRENCH: {{ .Values.shop.geologyTrench | quote }}\n LICENSE_NUCLEOTIDASE_REVASCULARIZATION: {{ .Values.shop.licenseNucleotidaseRevascularization\n | quote }}\n MASS_WRATHFUL_BIN: {{ .Values.shop.massWrathfulBin | quote }}\n WOODCHUCK: {{ .Values.shop.woodchuck | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"shop.fullname\" . }}-shop\n labels:\n {{- include \"shop.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: shop\nspec:\n replicas: {{ .Values.shop.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: shop\n app.kubernetes.io/name: quicksand\n {{- include \"shop.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: shop\n app.kubernetes.io/name: quicksand\n {{- include \"shop.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: e4a9029f46d780b5fd11f7b3f740bed1e314ae8bb2c031b93e4af2f226e41fda\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"shop.fullname\" . }}-shop\n image: {{ .Values.shop.shop.image.repository }}:{{ .Values.shop.shop.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.shop.shop.imagePullPolicy }}\n name: shop\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.shop.shop.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.shop.shop.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"shop.fullname\" . }}-shop\n labels:\n {{- include \"shop.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.shop.type }}\n selector:\n app.kubernetes.io/instance: shop\n app.kubernetes.io/name: quicksand\n {{- include \"shop.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.shop.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
shop:
assessCohesionHomeland: noon
chronicleSeries: handsaw
destinyReachHeel: promote
geologyTrench: nature
licenseNucleotidaseRevascularization: qualify
massWrathfulBin: title
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
shop:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
type: ClusterIP
woodchuck: infancy
|
wampum | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"wampum.fullname\" . }}-wampum\n labels:\n {{- include \"wampum.labels\" . | nindent 4 }}\ndata:\n BLESS_SPECTACLES_CLAM: {{ .Values.wampum.blessSpectaclesClam | quote }}\n CHARITY_EMBARRASSED_ASSET: {{ .Values.wampum.charityEmbarrassedAsset | quote }}\n CLAUSE_TRIPOD: {{ .Values.wampum.clauseTripod | quote }}\n HOLDER_AMUSEMENT_LAWMAKER: {{ .Values.wampum.holderAmusementLawmaker | quote }}\n MUDDY_PEER: {{ .Values.wampum.muddyPeer | quote }}\n OUTHOUSE_SMOGGY: {{ .Values.wampum.outhouseSmoggy | quote }}\n PEPPER: {{ .Values.wampum.pepper | quote }}\n POINTLESS_PLASTERBOARD_RUNWAY: {{ .Values.wampum.pointlessPlasterboardRunway |\n quote }}\n STEP-AUNT_NEONATE_YOLK: {{ .Values.wampum.stepAuntNeonateYolk | quote }}\n WARMTH: {{ .Values.wampum.warmth | quote }}\n WEALTHY_TAME: {{ .Values.wampum.wealthyTame | quote }}\n WHISKEY_WAKEFUL: {{ .Values.wampum.whiskeyWakeful | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"wampum.fullname\" . }}-wampum\n labels:\n {{- include \"wampum.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: wampum\nspec:\n replicas: {{ .Values.wampum.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: wampum\n app.kubernetes.io/name: everything\n {{- include \"wampum.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: wampum\n app.kubernetes.io/name: everything\n {{- include \"wampum.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 3c9ee5a72c5297705ff86f0d05e3a047fe7e7952b4fe6a3a557936cec26c2217\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"wampum.fullname\" . }}-wampum\n image: {{ .Values.wampum.wampum.image.repository }}:{{ .Values.wampum.wampum.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.wampum.wampum.imagePullPolicy }}\n name: wampum\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.wampum.wampum.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.wampum.wampum.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"wampum.fullname\" . }}-wampum\n labels:\n {{- include \"wampum.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.wampum.type }}\n selector:\n app.kubernetes.io/instance: wampum\n app.kubernetes.io/name: everything\n {{- include \"wampum.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.wampum.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
wampum:
blessSpectaclesClam: hull
charityEmbarrassedAsset: goddess
clauseTripod: slapstick
holderAmusementLawmaker: documentary
muddyPeer: silica
outhouseSmoggy: relate
pepper: somebody
pointlessPlasterboardRunway: melon
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
stepAuntNeonateYolk: compass
type: ClusterIP
wampum:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
warmth: cagey
wealthyTame: dish
whiskeyWakeful: roadway
|
hammock | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"hammock.fullname\" . }}-hammock\n labels:\n {{- include \"hammock.labels\" . | nindent 4 }}\ndata:\n ABDOMEN_ANTIBODY: {{ .Values.hammock.abdomenAntibody | quote }}\n BAIL_REPOSITORY_CONTRAIL: {{ .Values.hammock.bailRepositoryContrail | quote }}\n BILLION: {{ .Values.hammock.billion | quote }}\n ELIMINATION: {{ .Values.hammock.elimination | quote }}\n ERECTION_SKYLINE: {{ .Values.hammock.erectionSkyline | quote }}\n EX-WIFE: {{ .Values.hammock.exWife | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"hammock.fullname\" . }}-hammock\n labels:\n {{- include \"hammock.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: hammock\nspec:\n replicas: {{ .Values.hammock.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: hammock\n app.kubernetes.io/name: sociology\n {{- include \"hammock.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: hammock\n app.kubernetes.io/name: sociology\n {{- include \"hammock.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: d913f316b81c0b64d11ca590f06c841bf016ff1582af60215da3ec678ca71ea3\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"hammock.fullname\" . }}-hammock\n image: {{ .Values.hammock.hammock.image.repository }}:{{ .Values.hammock.hammock.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.hammock.hammock.imagePullPolicy }}\n name: hammock\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.hammock.hammock.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.hammock.hammock.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"hammock.fullname\" . }}-hammock\n labels:\n {{- include \"hammock.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.hammock.type }}\n selector:\n app.kubernetes.io/instance: hammock\n app.kubernetes.io/name: sociology\n {{- include \"hammock.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.hammock.ports | toYaml | nindent 2 -}}"
] | hammock:
abdomenAntibody: negotiate
bailRepositoryContrail: lesson
billion: lesson
elimination: consist
erectionSkyline: email
exWife: stealth
hammock:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
dashing | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"dashing.fullname\" . }}-dashing\n labels:\n {{- include \"dashing.labels\" . | nindent 4 }}\ndata:\n CHOOSE_HUNTING_STRAWMAN: {{ .Values.dashing.chooseHuntingStrawman | quote }}\n DEBATE_ROOMMATE_WETSUIT: {{ .Values.dashing.debateRoommateWetsuit | quote }}\n FLUKE: {{ .Values.dashing.fluke | quote }}\n INFUSION_CLIFF: {{ .Values.dashing.infusionCliff | quote }}\n LOSE_ROLL_HEARSAY: {{ .Values.dashing.loseRollHearsay | quote }}\n PATROLLER: {{ .Values.dashing.patroller | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"dashing.fullname\" . }}-dashing\n labels:\n {{- include \"dashing.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: dashing\nspec:\n replicas: {{ .Values.dashing.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: dashing\n app.kubernetes.io/name: fairy\n {{- include \"dashing.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: dashing\n app.kubernetes.io/name: fairy\n {{- include \"dashing.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 3deffc3d1dd613082d42fd9b7ef761b9e5d19fc77e85511db6b078859d308eaf\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"dashing.fullname\" . }}-dashing\n image: {{ .Values.dashing.dashing.image.repository }}:{{ .Values.dashing.dashing.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.dashing.dashing.imagePullPolicy }}\n name: dashing\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.dashing.dashing.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.dashing.dashing.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"dashing.fullname\" . }}-dashing\n labels:\n {{- include \"dashing.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.dashing.type }}\n selector:\n app.kubernetes.io/instance: dashing\n app.kubernetes.io/name: fairy\n {{- include \"dashing.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.dashing.ports | toYaml | nindent 2 -}}"
] | dashing:
chooseHuntingStrawman: stimulation
dashing:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
debateRoommateWetsuit: decision-making
fluke: succeed
infusionCliff: lollipop
loseRollHearsay: dickey
patroller: elevator
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
sketch | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"sketch.fullname\" . }}-sketch\n labels:\n {{- include \"sketch.labels\" . | nindent 4 }}\ndata:\n AIRPLANE_MELON_TEEN: {{ .Values.sketch.airplaneMelonTeen | quote }}\n BRIGHT_HIGHFALUTIN_TENSE: {{ .Values.sketch.brightHighfalutinTense | quote }}\n DIRNDL_ADOPTION_FLUTTERING: {{ .Values.sketch.dirndlAdoptionFluttering | quote\n }}\n DIVERSITY_EXPAND_SUFFOCATION: {{ .Values.sketch.diversityExpandSuffocation | quote\n }}\n ECHIDNA_CANOPY_EXPERIENCE: {{ .Values.sketch.echidnaCanopyExperience | quote }}\n REVOLVER: {{ .Values.sketch.revolver | quote }}\n RUFFLE_BUDDY: {{ .Values.sketch.ruffleBuddy | quote }}\n SLAP: {{ .Values.sketch.slap | quote }}\n YAWL_STRAND_NORMALISATION: {{ .Values.sketch.yawlStrandNormalisation | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"sketch.fullname\" . }}-sketch\n labels:\n {{- include \"sketch.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: sketch\nspec:\n replicas: {{ .Values.sketch.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: sketch\n app.kubernetes.io/name: judge\n {{- include \"sketch.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: sketch\n app.kubernetes.io/name: judge\n {{- include \"sketch.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 0b68e43ee3b2b6ae74f8b84b788b34dafc6d434a6c4ac1e0e001e3be5074fa10\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"sketch.fullname\" . }}-sketch\n image: {{ .Values.sketch.sketch.image.repository }}:{{ .Values.sketch.sketch.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.sketch.sketch.imagePullPolicy }}\n name: sketch\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.sketch.sketch.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.sketch.sketch.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"sketch.fullname\" . }}-sketch\n labels:\n {{- include \"sketch.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.sketch.type }}\n selector:\n app.kubernetes.io/instance: sketch\n app.kubernetes.io/name: judge\n {{- include \"sketch.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.sketch.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
sketch:
airplaneMelonTeen: trove
brightHighfalutinTense: dessert
dirndlAdoptionFluttering: pseudoscience
diversityExpandSuffocation: sash
echidnaCanopyExperience: doubt
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
revolver: lake
ruffleBuddy: belfry
sketch:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
slap: topic
type: ClusterIP
yawlStrandNormalisation: bijou
|
sculpture | [
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"sculpture.fullname\" . }}-sculpture\n labels:\n {{- include \"sculpture.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: sculpture\nspec:\n replicas: {{ .Values.sculpture.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: sculpture\n app.kubernetes.io/name: stealth\n {{- include \"sculpture.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: sculpture\n app.kubernetes.io/name: stealth\n {{- include \"sculpture.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n image: {{ .Values.sculpture.sculpture.image.repository }}:{{ .Values.sculpture.sculpture.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.sculpture.sculpture.imagePullPolicy }}\n name: sculpture\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.sculpture.sculpture.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.sculpture.sculpture.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"sculpture.fullname\" . }}-sculpture\n labels:\n {{- include \"sculpture.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.sculpture.type }}\n selector:\n app.kubernetes.io/instance: sculpture\n app.kubernetes.io/name: stealth\n {{- include \"sculpture.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.sculpture.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
sculpture:
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
sculpture:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
type: ClusterIP
|
trailpatrol | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"trailpatrol.fullname\" . }}-trailpatrol\n labels:\n {{- include \"trailpatrol.labels\" . | nindent 4 }}\ndata:\n ATELIER_IDEA: {{ .Values.trailpatrol.atelierIdea | quote }}\n BEHALF: {{ .Values.trailpatrol.behalf | quote }}\n CHANCE_TESTIMONIAL_INDEPENDENT: {{ .Values.trailpatrol.chanceTestimonialIndependent\n | quote }}\n FOREST: {{ .Values.trailpatrol.forest | quote }}\n HOUSEHOLD_BUILD: {{ .Values.trailpatrol.householdBuild | quote }}\n ID_CUSTODY_COLLECTION: {{ .Values.trailpatrol.idCustodyCollection | quote }}\n JACKAL_SPEAKING_LAB: {{ .Values.trailpatrol.jackalSpeakingLab | quote }}\n MANDOLIN_JUGGLE_NECKTIE: {{ .Values.trailpatrol.mandolinJuggleNecktie | quote }}\n PORTER_COTTAGE: {{ .Values.trailpatrol.porterCottage | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"trailpatrol.fullname\" . }}-trailpatrol\n labels:\n {{- include \"trailpatrol.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: trailpatrol\nspec:\n replicas: {{ .Values.trailpatrol.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: trailpatrol\n app.kubernetes.io/name: speech\n {{- include \"trailpatrol.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: trailpatrol\n app.kubernetes.io/name: speech\n {{- include \"trailpatrol.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 78e245e58aa89bf9925112233049386e6c9503ee2f0a8fdeefead862c61d0763\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"trailpatrol.fullname\" . }}-trailpatrol\n image: {{ .Values.trailpatrol.trailpatrol.image.repository }}:{{ .Values.trailpatrol.trailpatrol.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.trailpatrol.trailpatrol.imagePullPolicy }}\n name: trailpatrol\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.trailpatrol.trailpatrol.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.trailpatrol.trailpatrol.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"trailpatrol.fullname\" . }}-trailpatrol\n labels:\n {{- include \"trailpatrol.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.trailpatrol.type }}\n selector:\n app.kubernetes.io/instance: trailpatrol\n app.kubernetes.io/name: speech\n {{- include \"trailpatrol.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.trailpatrol.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
trailpatrol:
atelierIdea: fetch
behalf: decade
chanceTestimonialIndependent: congress
forest: database
householdBuild: multiply
idCustodyCollection: julienne
jackalSpeakingLab: critique
mandolinJuggleNecktie: popsicle
porterCottage: earnings
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
trailpatrol:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
type: ClusterIP
|
outlaw | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"outlaw.fullname\" . }}-outlaw\n labels:\n {{- include \"outlaw.labels\" . | nindent 4 }}\ndata:\n CAUSE_SYSTEMIZE: {{ .Values.outlaw.causeSystemize | quote }}\n DECLARATION: {{ .Values.outlaw.declaration | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"outlaw.fullname\" . }}-outlaw\n labels:\n {{- include \"outlaw.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: outlaw\nspec:\n replicas: {{ .Values.outlaw.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: outlaw\n app.kubernetes.io/name: exception\n {{- include \"outlaw.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: outlaw\n app.kubernetes.io/name: exception\n {{- include \"outlaw.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: bb42fa96a5a752d2189549ef447c51fa131dc738f6a4b9474f70b19bc38a4dc0\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"outlaw.fullname\" . }}-outlaw\n image: {{ .Values.outlaw.outlaw.image.repository }}:{{ .Values.outlaw.outlaw.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.outlaw.outlaw.imagePullPolicy }}\n name: outlaw\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.outlaw.outlaw.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.outlaw.outlaw.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"outlaw.fullname\" . }}-outlaw\n labels:\n {{- include \"outlaw.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.outlaw.type }}\n selector:\n app.kubernetes.io/instance: outlaw\n app.kubernetes.io/name: exception\n {{- include \"outlaw.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.outlaw.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
outlaw:
causeSystemize: influx
declaration: formicarium
outlaw:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
type: ClusterIP
|
frost | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"frost.fullname\" . }}-frost\n labels:\n {{- include \"frost.labels\" . | nindent 4 }}\ndata:\n BARBAROUS: {{ .Values.frost.barbarous | quote }}\n FLU_LAYOUT: {{ .Values.frost.fluLayout | quote }}\n INFUSION_DAMAGING: {{ .Values.frost.infusionDamaging | quote }}\n LEFT: {{ .Values.frost.left | quote }}\n MATCHMAKER_TOFU_TEMP: {{ .Values.frost.matchmakerTofuTemp | quote }}\n PLAY_RANDOMIZATION_BATTLE: {{ .Values.frost.playRandomizationBattle | quote }}\n PSYCHEDELIC: {{ .Values.frost.psychedelic | quote }}\n RECALL: {{ .Values.frost.recall | quote }}\n REDUCE_ENTREPRENEUR: {{ .Values.frost.reduceEntrepreneur | quote }}\n RELIABILITY_UNIVERSE: {{ .Values.frost.reliabilityUniverse | quote }}\n WINGMAN_FETUS: {{ .Values.frost.wingmanFetus | quote }}\n WRESTLE_DEADPAN: {{ .Values.frost.wrestleDeadpan | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"frost.fullname\" . }}-frost\n labels:\n {{- include \"frost.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: frost\nspec:\n replicas: {{ .Values.frost.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: frost\n app.kubernetes.io/name: underpants\n {{- include \"frost.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: frost\n app.kubernetes.io/name: underpants\n {{- include \"frost.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 7be46ff0797669b98ed6e3a620301c0a8fa943f143c96bd27e19692185fd39a8\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"frost.fullname\" . }}-frost\n image: {{ .Values.frost.frost.image.repository }}:{{ .Values.frost.frost.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.frost.frost.imagePullPolicy }}\n name: frost\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.frost.frost.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.frost.frost.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"frost.fullname\" . }}-frost\n labels:\n {{- include \"frost.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.frost.type }}\n selector:\n app.kubernetes.io/instance: frost\n app.kubernetes.io/name: underpants\n {{- include \"frost.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.frost.ports | toYaml | nindent 2 -}}"
] | frost:
barbarous: measure
fluLayout: meter
frost:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
infusionDamaging: editing
left: criminal
matchmakerTofuTemp: torpid
playRandomizationBattle: mere
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
psychedelic: compassion
recall: labourer
reduceEntrepreneur: steam
reliabilityUniverse: infiltration
replicas: 1
type: ClusterIP
wingmanFetus: x-ray
wrestleDeadpan: enactment
kubernetesClusterDomain: cluster.local
|
propaganda | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"propaganda.fullname\" . }}-propaganda\n labels:\n {{- include \"propaganda.labels\" . | nindent 4 }}\ndata:\n BOW: {{ .Values.propaganda.bow | quote }}\n KALE: {{ .Values.propaganda.kale | quote }}\n PULSE: {{ .Values.propaganda.pulse | quote }}\n ROYAL_TONALITY: {{ .Values.propaganda.royalTonality | quote }}\n TRILLION: {{ .Values.propaganda.trillion | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"propaganda.fullname\" . }}-propaganda\n labels:\n {{- include \"propaganda.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: propaganda\nspec:\n replicas: {{ .Values.propaganda.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: propaganda\n app.kubernetes.io/name: desire\n {{- include \"propaganda.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: propaganda\n app.kubernetes.io/name: desire\n {{- include \"propaganda.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: c05be6aa1f98530915b61bb8c62f98a1e03ffed9b45b17ffb8be96700193f170\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"propaganda.fullname\" . }}-propaganda\n image: {{ .Values.propaganda.propaganda.image.repository }}:{{ .Values.propaganda.propaganda.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.propaganda.propaganda.imagePullPolicy }}\n name: propaganda\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.propaganda.propaganda.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.propaganda.propaganda.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"propaganda.fullname\" . }}-propaganda\n labels:\n {{- include \"propaganda.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.propaganda.type }}\n selector:\n app.kubernetes.io/instance: propaganda\n app.kubernetes.io/name: desire\n {{- include \"propaganda.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.propaganda.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
propaganda:
bow: washcloth
kale: shape
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
propaganda:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
pulse: phase
replicas: 1
royalTonality: necessity
trillion: heap
type: ClusterIP
|
consider | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"consider.fullname\" . }}-consider\n labels:\n {{- include \"consider.labels\" . | nindent 4 }}\ndata:\n ADAPTATION_PINT_ASSESSMENT: {{ .Values.consider.adaptationPintAssessment | quote\n }}\n ART: {{ .Values.consider.art | quote }}\n COLUMN_PATRON: {{ .Values.consider.columnPatron | quote }}\n CONCEPTUALIZE_MANDATE_ANGIOSPERM: {{ .Values.consider.conceptualizeMandateAngiosperm\n | quote }}\n DETAINEE_ASSAULT: {{ .Values.consider.detaineeAssault | quote }}\n EMPLOY_ORIENTATION: {{ .Values.consider.employOrientation | quote }}\n FEW_LAUNCH: {{ .Values.consider.fewLaunch | quote }}\n HARBOR: {{ .Values.consider.harbor | quote }}\n LEFT_PUPPET: {{ .Values.consider.leftPuppet | quote }}\n PASSENGER: {{ .Values.consider.passenger | quote }}\n RECESS: {{ .Values.consider.recess | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"consider.fullname\" . }}-consider\n labels:\n {{- include \"consider.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: consider\nspec:\n replicas: {{ .Values.consider.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: consider\n app.kubernetes.io/name: ketch\n {{- include \"consider.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: consider\n app.kubernetes.io/name: ketch\n {{- include \"consider.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 6c016b98034d536928503bc45906b8a0b9a059e64f7997b3053d6eb84f0e69a5\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"consider.fullname\" . }}-consider\n image: {{ .Values.consider.consider.image.repository }}:{{ .Values.consider.consider.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.consider.consider.imagePullPolicy }}\n name: consider\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.consider.consider.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.consider.consider.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"consider.fullname\" . }}-consider\n labels:\n {{- include \"consider.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.consider.type }}\n selector:\n app.kubernetes.io/instance: consider\n app.kubernetes.io/name: ketch\n {{- include \"consider.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.consider.ports | toYaml | nindent 2 -}}"
] | consider:
adaptationPintAssessment: sunbeam
art: witness
columnPatron: furnace
conceptualizeMandateAngiosperm: bathhouse
consider:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
detaineeAssault: fetus
employOrientation: independence
fewLaunch: remember
harbor: beastie
leftPuppet: gasoline
passenger: sandal
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
recess: shopping
replicas: 1
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
shoe | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"shoe.fullname\" . }}-shoe\n labels:\n {{- include \"shoe.labels\" . | nindent 4 }}\ndata:\n BOAT_CADDY_GEOGRAPHY: {{ .Values.shoe.boatCaddyGeography | quote }}\n DETOUR_NECESSITY: {{ .Values.shoe.detourNecessity | quote }}\n EFFICIENCY_CANOPY_MILL: {{ .Values.shoe.efficiencyCanopyMill | quote }}\n GALLEY_POPCORN_CABINET: {{ .Values.shoe.galleyPopcornCabinet | quote }}\n ICEBERG_SING_SALUTE: {{ .Values.shoe.icebergSingSalute | quote }}\n ROLLER_FROG: {{ .Values.shoe.rollerFrog | quote }}\n UNIFORMITY_X-RATED: {{ .Values.shoe.uniformityXRated | quote }}\n WITHDRAW_SLEET_STAY: {{ .Values.shoe.withdrawSleetStay | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"shoe.fullname\" . }}-shoe\n labels:\n {{- include \"shoe.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: shoe\nspec:\n replicas: {{ .Values.shoe.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: shoe\n app.kubernetes.io/name: background\n {{- include \"shoe.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: shoe\n app.kubernetes.io/name: background\n {{- include \"shoe.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: b453a07ea7247578597a7d9f2a17886b80b4eb8d0563362a5cc907a8ea367d7b\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"shoe.fullname\" . }}-shoe\n image: {{ .Values.shoe.shoe.image.repository }}:{{ .Values.shoe.shoe.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.shoe.shoe.imagePullPolicy }}\n name: shoe\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.shoe.shoe.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.shoe.shoe.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"shoe.fullname\" . }}-shoe\n labels:\n {{- include \"shoe.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.shoe.type }}\n selector:\n app.kubernetes.io/instance: shoe\n app.kubernetes.io/name: background\n {{- include \"shoe.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.shoe.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
shoe:
boatCaddyGeography: assist
detourNecessity: bin
efficiencyCanopyMill: epauliere
galleyPopcornCabinet: battery
icebergSingSalute: riddle
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
rollerFrog: joint
shoe:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
type: ClusterIP
uniformityXRated: combat
withdrawSleetStay: veto
|
moody | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"moody.fullname\" . }}-moody\n labels:\n {{- include \"moody.labels\" . | nindent 4 }}\ndata:\n OAFISH_FETUS: {{ .Values.moody.oafishFetus | quote }}\n SOMEBODY: {{ .Values.moody.somebody | quote }}\n SYMPTOM_SOLIDITY: {{ .Values.moody.symptomSolidity | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"moody.fullname\" . }}-moody\n labels:\n {{- include \"moody.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: moody\nspec:\n replicas: {{ .Values.moody.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: moody\n app.kubernetes.io/name: grocery\n {{- include \"moody.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: moody\n app.kubernetes.io/name: grocery\n {{- include \"moody.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: b9273eb075727861eb234406dc7cda6195d9e6e8fee241678d050523c2db4e9e\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"moody.fullname\" . }}-moody\n image: {{ .Values.moody.moody.image.repository }}:{{ .Values.moody.moody.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.moody.moody.imagePullPolicy }}\n name: moody\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.moody.moody.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.moody.moody.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"moody.fullname\" . }}-moody\n labels:\n {{- include \"moody.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.moody.type }}\n selector:\n app.kubernetes.io/instance: moody\n app.kubernetes.io/name: grocery\n {{- include \"moody.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.moody.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
moody:
moody:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
oafishFetus: clerk
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
somebody: usual
symptomSolidity: protect
type: ClusterIP
|
circumstance | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"circumstance.fullname\" . }}-circumstance\n labels:\n {{- include \"circumstance.labels\" . | nindent 4 }}\ndata:\n SLIDER_SELLING_CRAZY: {{ .Values.circumstance.sliderSellingCrazy | quote }}\n SYNOD: {{ .Values.circumstance.synod | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"circumstance.fullname\" . }}-circumstance\n labels:\n {{- include \"circumstance.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: circumstance\nspec:\n replicas: {{ .Values.circumstance.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: circumstance\n app.kubernetes.io/name: mincemeat\n {{- include \"circumstance.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: circumstance\n app.kubernetes.io/name: mincemeat\n {{- include \"circumstance.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: cd7c615461f554ac4a905bf733610b4c62dc9c58342839ed3fe1cb25186e92f0\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"circumstance.fullname\" . }}-circumstance\n image: {{ .Values.circumstance.circumstance.image.repository }}:{{ .Values.circumstance.circumstance.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.circumstance.circumstance.imagePullPolicy }}\n name: circumstance\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.circumstance.circumstance.resources | nindent 10\n }}\n securityContext: {{- toYaml .Values.circumstance.circumstance.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"circumstance.fullname\" . }}-circumstance\n labels:\n {{- include \"circumstance.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.circumstance.type }}\n selector:\n app.kubernetes.io/instance: circumstance\n app.kubernetes.io/name: mincemeat\n {{- include \"circumstance.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.circumstance.ports | toYaml | nindent 2 -}}"
] | circumstance:
circumstance:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
sliderSellingCrazy: netbook
synod: driving
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
whirlpool | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"whirlpool.fullname\" . }}-whirlpool\n labels:\n {{- include \"whirlpool.labels\" . | nindent 4 }}\ndata:\n CALM: {{ .Values.whirlpool.calm | quote }}\n LEASH_VINEYARD_TURNOVER: {{ .Values.whirlpool.leashVineyardTurnover | quote }}\n OAK_USAGE: {{ .Values.whirlpool.oakUsage | quote }}\n PATRON_BROOM_BOORISH: {{ .Values.whirlpool.patronBroomBoorish | quote }}\n PLUNGER: {{ .Values.whirlpool.plunger | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"whirlpool.fullname\" . }}-whirlpool\n labels:\n {{- include \"whirlpool.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: whirlpool\nspec:\n replicas: {{ .Values.whirlpool.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: whirlpool\n app.kubernetes.io/name: racing\n {{- include \"whirlpool.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: whirlpool\n app.kubernetes.io/name: racing\n {{- include \"whirlpool.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 0584512a8085cdab85cc538d9d2681141aa45f75bc0c2e6659db6196de41f78a\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"whirlpool.fullname\" . }}-whirlpool\n image: {{ .Values.whirlpool.whirlpool.image.repository }}:{{ .Values.whirlpool.whirlpool.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.whirlpool.whirlpool.imagePullPolicy }}\n name: whirlpool\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.whirlpool.whirlpool.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.whirlpool.whirlpool.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"whirlpool.fullname\" . }}-whirlpool\n labels:\n {{- include \"whirlpool.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.whirlpool.type }}\n selector:\n app.kubernetes.io/instance: whirlpool\n app.kubernetes.io/name: racing\n {{- include \"whirlpool.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.whirlpool.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
whirlpool:
calm: accordion
leashVineyardTurnover: romance
oakUsage: captain
patronBroomBoorish: curiosity
plunger: poisoning
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
type: ClusterIP
whirlpool:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
|
regime | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"regime.fullname\" . }}-regime\n labels:\n {{- include \"regime.labels\" . | nindent 4 }}\ndata:\n CENTER_RESOURCE_BREAKFAST: {{ .Values.regime.centerResourceBreakfast | quote }}\n DANDELION_COP: {{ .Values.regime.dandelionCop | quote }}\n HASTE: {{ .Values.regime.haste | quote }}\n INDEPENDENCE_TEMPERATURE: {{ .Values.regime.independenceTemperature | quote }}\n MALNUTRITION: {{ .Values.regime.malnutrition | quote }}\n MISSPELL_ENTHUSIASM_TYPE: {{ .Values.regime.misspellEnthusiasmType | quote }}\n PLEAT_CRANBERRY: {{ .Values.regime.pleatCranberry | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"regime.fullname\" . }}-regime\n labels:\n {{- include \"regime.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: regime\nspec:\n replicas: {{ .Values.regime.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: regime\n app.kubernetes.io/name: shackle\n {{- include \"regime.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: regime\n app.kubernetes.io/name: shackle\n {{- include \"regime.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 6bdb125dcdbea55ebae9135e099175020b46f748f6666dc8592b1f322ded1d39\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"regime.fullname\" . }}-regime\n image: {{ .Values.regime.regime.image.repository }}:{{ .Values.regime.regime.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.regime.regime.imagePullPolicy }}\n name: regime\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.regime.regime.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.regime.regime.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"regime.fullname\" . }}-regime\n labels:\n {{- include \"regime.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.regime.type }}\n selector:\n app.kubernetes.io/instance: regime\n app.kubernetes.io/name: shackle\n {{- include \"regime.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.regime.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
regime:
centerResourceBreakfast: resonant
dandelionCop: agreement
haste: barrel
independenceTemperature: led
malnutrition: pouch
misspellEnthusiasmType: ambition
pleatCranberry: sale
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
regime:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
replicas: 1
type: ClusterIP
|
thousand | [
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"thousand.fullname\" . }}-thousand\n labels:\n {{- include \"thousand.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: thousand\nspec:\n replicas: {{ .Values.thousand.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: thousand\n app.kubernetes.io/name: proposition\n {{- include \"thousand.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: thousand\n app.kubernetes.io/name: proposition\n {{- include \"thousand.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n image: {{ .Values.thousand.thousand.image.repository }}:{{ .Values.thousand.thousand.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.thousand.thousand.imagePullPolicy }}\n name: thousand\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.thousand.thousand.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.thousand.thousand.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"thousand.fullname\" . }}-thousand\n labels:\n {{- include \"thousand.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.thousand.type }}\n selector:\n app.kubernetes.io/instance: thousand\n app.kubernetes.io/name: proposition\n {{- include \"thousand.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.thousand.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
thousand:
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
thousand:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
type: ClusterIP
|
drag | [
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"drag.fullname\" . }}-drag\n labels:\n {{- include \"drag.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: drag\nspec:\n replicas: {{ .Values.drag.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: drag\n app.kubernetes.io/name: distinct\n {{- include \"drag.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: drag\n app.kubernetes.io/name: distinct\n {{- include \"drag.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n image: {{ .Values.drag.drag.image.repository }}:{{ .Values.drag.drag.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.drag.drag.imagePullPolicy }}\n name: drag\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.drag.drag.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.drag.drag.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"drag.fullname\" . }}-drag\n labels:\n {{- include \"drag.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.drag.type }}\n selector:\n app.kubernetes.io/instance: drag\n app.kubernetes.io/name: distinct\n {{- include \"drag.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.drag.ports | toYaml | nindent 2 -}}"
] | drag:
drag:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
bother | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"bother.fullname\" . }}-bother\n labels:\n {{- include \"bother.labels\" . | nindent 4 }}\ndata:\n ATTACKER: {{ .Values.bother.attacker | quote }}\n CHANGE_TEAPOT_FAITHFUL: {{ .Values.bother.changeTeapotFaithful | quote }}\n FIGHT: {{ .Values.bother.fight | quote }}\n FORMULA_ORIGIN_MOLE: {{ .Values.bother.formulaOriginMole | quote }}\n GRANDSON_TRAIN: {{ .Values.bother.grandsonTrain | quote }}\n HIKE: {{ .Values.bother.hike | quote }}\n TINDERBOX_VICTORIOUS: {{ .Values.bother.tinderboxVictorious | quote }}\n VENGEFUL_BOG: {{ .Values.bother.vengefulBog | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"bother.fullname\" . }}-bother\n labels:\n {{- include \"bother.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: bother\nspec:\n replicas: {{ .Values.bother.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: bother\n app.kubernetes.io/name: forgetful\n {{- include \"bother.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: bother\n app.kubernetes.io/name: forgetful\n {{- include \"bother.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 06bf5024caac60b8b4f8daf71d86fcc9ff5e7f51bc2b854babe59f98a67f9a6b\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"bother.fullname\" . }}-bother\n image: {{ .Values.bother.bother.image.repository }}:{{ .Values.bother.bother.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.bother.bother.imagePullPolicy }}\n name: bother\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.bother.bother.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.bother.bother.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"bother.fullname\" . }}-bother\n labels:\n {{- include \"bother.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.bother.type }}\n selector:\n app.kubernetes.io/instance: bother\n app.kubernetes.io/name: forgetful\n {{- include \"bother.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.bother.ports | toYaml | nindent 2 -}}"
] | bother:
attacker: guarantee
bother:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
changeTeapotFaithful: still
fight: estrogen
formulaOriginMole: screw-up
grandsonTrain: teletype
hike: lye
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
tinderboxVictorious: ex-husband
type: ClusterIP
vengefulBog: tranquil
kubernetesClusterDomain: cluster.local
|
promenade | [
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"promenade.fullname\" . }}-promenade\n labels:\n {{- include \"promenade.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: promenade\nspec:\n replicas: {{ .Values.promenade.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: promenade\n app.kubernetes.io/name: soap\n {{- include \"promenade.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: promenade\n app.kubernetes.io/name: soap\n {{- include \"promenade.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n image: {{ .Values.promenade.promenade.image.repository }}:{{ .Values.promenade.promenade.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.promenade.promenade.imagePullPolicy }}\n name: promenade\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.promenade.promenade.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.promenade.promenade.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"promenade.fullname\" . }}-promenade\n labels:\n {{- include \"promenade.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.promenade.type }}\n selector:\n app.kubernetes.io/instance: promenade\n app.kubernetes.io/name: soap\n {{- include \"promenade.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.promenade.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
promenade:
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
promenade:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
replicas: 1
type: ClusterIP
|
stump | [
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"stump.fullname\" . }}-stump\n labels:\n {{- include \"stump.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: stump\nspec:\n replicas: {{ .Values.stump.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: stump\n app.kubernetes.io/name: standoff\n {{- include \"stump.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: stump\n app.kubernetes.io/name: standoff\n {{- include \"stump.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n image: {{ .Values.stump.stump.image.repository }}:{{ .Values.stump.stump.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.stump.stump.imagePullPolicy }}\n name: stump\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.stump.stump.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.stump.stump.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"stump.fullname\" . }}-stump\n labels:\n {{- include \"stump.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.stump.type }}\n selector:\n app.kubernetes.io/instance: stump\n app.kubernetes.io/name: standoff\n {{- include \"stump.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.stump.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
stump:
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
stump:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
type: ClusterIP
|
marionberry | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"marionberry.fullname\" . }}-marionberry\n labels:\n {{- include \"marionberry.labels\" . | nindent 4 }}\ndata:\n BITE_WILDERNESS_TRIGONOMETRY: {{ .Values.marionberry.biteWildernessTrigonometry\n | quote }}\n CONTROLLER: {{ .Values.marionberry.controller | quote }}\n CUP_CLEAVAGE_EPOCH: {{ .Values.marionberry.cupCleavageEpoch | quote }}\n GLOW: {{ .Values.marionberry.glow | quote }}\n GOODWILL_HALTING_BUILDING: {{ .Values.marionberry.goodwillHaltingBuilding | quote\n }}\n LAVA_GET: {{ .Values.marionberry.lavaGet | quote }}\n PRIVILEGE_SPUD_TEMPERATURE: {{ .Values.marionberry.privilegeSpudTemperature | quote\n }}\n SKILLFUL: {{ .Values.marionberry.skillful | quote }}\n SPEECH_PIMPLE: {{ .Values.marionberry.speechPimple | quote }}\n SUSPEND: {{ .Values.marionberry.suspend | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"marionberry.fullname\" . }}-marionberry\n labels:\n {{- include \"marionberry.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: marionberry\nspec:\n replicas: {{ .Values.marionberry.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: marionberry\n app.kubernetes.io/name: ravioli\n {{- include \"marionberry.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: marionberry\n app.kubernetes.io/name: ravioli\n {{- include \"marionberry.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 19f73c7759a9afe12d3765161e52f97037f123c6e2d8fe60daf962410683f605\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"marionberry.fullname\" . }}-marionberry\n image: {{ .Values.marionberry.marionberry.image.repository }}:{{ .Values.marionberry.marionberry.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.marionberry.marionberry.imagePullPolicy }}\n name: marionberry\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.marionberry.marionberry.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.marionberry.marionberry.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"marionberry.fullname\" . }}-marionberry\n labels:\n {{- include \"marionberry.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.marionberry.type }}\n selector:\n app.kubernetes.io/instance: marionberry\n app.kubernetes.io/name: ravioli\n {{- include \"marionberry.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.marionberry.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
marionberry:
biteWildernessTrigonometry: matter
controller: consent
cupCleavageEpoch: rain
glow: phenomenon
goodwillHaltingBuilding: bet
lavaGet: army
marionberry:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
privilegeSpudTemperature: nun
replicas: 1
skillful: boyhood
speechPimple: tense
suspend: vignette
type: ClusterIP
|
sleet | [
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"sleet.fullname\" . }}-sleet\n labels:\n {{- include \"sleet.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: sleet\nspec:\n replicas: {{ .Values.sleet.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: sleet\n app.kubernetes.io/name: sauce\n {{- include \"sleet.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: sleet\n app.kubernetes.io/name: sauce\n {{- include \"sleet.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n image: {{ .Values.sleet.sleet.image.repository }}:{{ .Values.sleet.sleet.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.sleet.sleet.imagePullPolicy }}\n name: sleet\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.sleet.sleet.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.sleet.sleet.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"sleet.fullname\" . }}-sleet\n labels:\n {{- include \"sleet.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.sleet.type }}\n selector:\n app.kubernetes.io/instance: sleet\n app.kubernetes.io/name: sauce\n {{- include \"sleet.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.sleet.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
sleet:
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
sleet:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
type: ClusterIP
|
pick | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"pick.fullname\" . }}-pick\n labels:\n {{- include \"pick.labels\" . | nindent 4 }}\ndata:\n CARLOAD_PINT_FRUSTRATION: {{ .Values.pick.carloadPintFrustration | quote }}\n DANCER: {{ .Values.pick.dancer | quote }}\n DEPOSIT_PICKET: {{ .Values.pick.depositPicket | quote }}\n DRAWING_PENDULUM: {{ .Values.pick.drawingPendulum | quote }}\n GENERATE_EVIL: {{ .Values.pick.generateEvil | quote }}\n OCCURRENCE_SNAIL: {{ .Values.pick.occurrenceSnail | quote }}\n OCTAVO_EXECUTE: {{ .Values.pick.octavoExecute | quote }}\n RAVIOLI_TOOL: {{ .Values.pick.ravioliTool | quote }}\n REMOVE_INTENSITY_SUPPLIER: {{ .Values.pick.removeIntensitySupplier | quote }}\n SOMEPLACE_BUTANE_RAWHIDE: {{ .Values.pick.someplaceButaneRawhide | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"pick.fullname\" . }}-pick\n labels:\n {{- include \"pick.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: pick\nspec:\n replicas: {{ .Values.pick.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: pick\n app.kubernetes.io/name: effort\n {{- include \"pick.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: pick\n app.kubernetes.io/name: effort\n {{- include \"pick.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 2bc6fd2280d8490ec94cdee4ee133687cc089a164702393b9ee831ac0376ac34\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"pick.fullname\" . }}-pick\n image: {{ .Values.pick.pick.image.repository }}:{{ .Values.pick.pick.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.pick.pick.imagePullPolicy }}\n name: pick\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.pick.pick.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.pick.pick.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"pick.fullname\" . }}-pick\n labels:\n {{- include \"pick.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.pick.type }}\n selector:\n app.kubernetes.io/instance: pick\n app.kubernetes.io/name: effort\n {{- include \"pick.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.pick.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
pick:
carloadPintFrustration: honesty
dancer: agency
depositPicket: equity
drawingPendulum: rainmaker
generateEvil: lavish
occurrenceSnail: prune
octavoExecute: back
pick:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
ravioliTool: prostacyclin
removeIntensitySupplier: wave
replicas: 1
someplaceButaneRawhide: dwell
type: ClusterIP
|
wooden | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"wooden.fullname\" . }}-wooden\n labels:\n {{- include \"wooden.labels\" . | nindent 4 }}\ndata:\n INQUIRY_CLAN: {{ .Values.wooden.inquiryClan | quote }}\n PERPETUAL_BAOBAB_TAKE-OUT: {{ .Values.wooden.perpetualBaobabTakeOut | quote }}\n WIDGET: {{ .Values.wooden.widget | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"wooden.fullname\" . }}-wooden\n labels:\n {{- include \"wooden.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: wooden\nspec:\n replicas: {{ .Values.wooden.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: wooden\n app.kubernetes.io/name: yacht\n {{- include \"wooden.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: wooden\n app.kubernetes.io/name: yacht\n {{- include \"wooden.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: acb988fb391e87968eaa506834de56affa8c710f1cee0337fc4c18a69590abce\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"wooden.fullname\" . }}-wooden\n image: {{ .Values.wooden.wooden.image.repository }}:{{ .Values.wooden.wooden.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.wooden.wooden.imagePullPolicy }}\n name: wooden\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.wooden.wooden.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.wooden.wooden.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"wooden.fullname\" . }}-wooden\n labels:\n {{- include \"wooden.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.wooden.type }}\n selector:\n app.kubernetes.io/instance: wooden\n app.kubernetes.io/name: yacht\n {{- include \"wooden.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.wooden.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
wooden:
inquiryClan: veldt
perpetualBaobabTakeOut: robust
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
type: ClusterIP
widget: runaway
wooden:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
|
vector | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"vector.fullname\" . }}-vector\n labels:\n {{- include \"vector.labels\" . | nindent 4 }}\ndata:\n INDIVIDUAL_COMBATIVE: {{ .Values.vector.individualCombative | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"vector.fullname\" . }}-vector\n labels:\n {{- include \"vector.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: vector\nspec:\n replicas: {{ .Values.vector.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: vector\n app.kubernetes.io/name: neighbour\n {{- include \"vector.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: vector\n app.kubernetes.io/name: neighbour\n {{- include \"vector.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: cf26980a714b02cb512f191043cbcb41c908b033b9d5160b9df2b7c5ed6e40da\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"vector.fullname\" . }}-vector\n image: {{ .Values.vector.vector.image.repository }}:{{ .Values.vector.vector.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.vector.vector.imagePullPolicy }}\n name: vector\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.vector.vector.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.vector.vector.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"vector.fullname\" . }}-vector\n labels:\n {{- include \"vector.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.vector.type }}\n selector:\n app.kubernetes.io/instance: vector\n app.kubernetes.io/name: neighbour\n {{- include \"vector.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.vector.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
vector:
individualCombative: rehabilitate
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
type: ClusterIP
vector:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
|
entry | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"entry.fullname\" . }}-entry\n labels:\n {{- include \"entry.labels\" . | nindent 4 }}\ndata:\n EDITED_SITE: {{ .Values.entry.editedSite | quote }}\n EXTERNAL: {{ .Values.entry.external | quote }}\n REDUCE_STINK: {{ .Values.entry.reduceStink | quote }}\n RELIABILITY_ARTHUR_CANVAS: {{ .Values.entry.reliabilityArthurCanvas | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"entry.fullname\" . }}-entry\n labels:\n {{- include \"entry.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: entry\nspec:\n replicas: {{ .Values.entry.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: entry\n app.kubernetes.io/name: haunt\n {{- include \"entry.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: entry\n app.kubernetes.io/name: haunt\n {{- include \"entry.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 70e7d7d90422d440d568ce3e324703fc5b89e8a1f7834ccd7339937068170b55\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"entry.fullname\" . }}-entry\n image: {{ .Values.entry.entry.image.repository }}:{{ .Values.entry.entry.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.entry.entry.imagePullPolicy }}\n name: entry\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.entry.entry.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.entry.entry.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"entry.fullname\" . }}-entry\n labels:\n {{- include \"entry.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.entry.type }}\n selector:\n app.kubernetes.io/instance: entry\n app.kubernetes.io/name: haunt\n {{- include \"entry.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.entry.ports | toYaml | nindent 2 -}}"
] | entry:
editedSite: marker
entry:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
external: clone
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
reduceStink: yoyo
reliabilityArthurCanvas: crime
replicas: 1
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
hops | [
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"hops.fullname\" . }}-hops\n labels:\n {{- include \"hops.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: hops\nspec:\n replicas: {{ .Values.hops.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: hops\n app.kubernetes.io/name: slippers\n {{- include \"hops.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: hops\n app.kubernetes.io/name: slippers\n {{- include \"hops.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n image: {{ .Values.hops.hops.image.repository }}:{{ .Values.hops.hops.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.hops.hops.imagePullPolicy }}\n name: hops\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.hops.hops.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.hops.hops.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"hops.fullname\" . }}-hops\n labels:\n {{- include \"hops.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.hops.type }}\n selector:\n app.kubernetes.io/instance: hops\n app.kubernetes.io/name: slippers\n {{- include \"hops.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.hops.ports | toYaml | nindent 2 -}}"
] | hops:
hops:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
slot | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"slot.fullname\" . }}-slot\n labels:\n {{- include \"slot.labels\" . | nindent 4 }}\ndata:\n ANTECEDENT: {{ .Values.slot.antecedent | quote }}\n BORING_TADPOLE_LOFT: {{ .Values.slot.boringTadpoleLoft | quote }}\n CONSONANT: {{ .Values.slot.consonant | quote }}\n CRANBERRY_FIND: {{ .Values.slot.cranberryFind | quote }}\n DOSE_NATURE: {{ .Values.slot.doseNature | quote }}\n DRESSER_CONTROVERSY: {{ .Values.slot.dresserControversy | quote }}\n GIGGLE: {{ .Values.slot.giggle | quote }}\n LARVA_DREAMER_SAUCER: {{ .Values.slot.larvaDreamerSaucer | quote }}\n PAD_STEALTH: {{ .Values.slot.padStealth | quote }}\n SAMPAN_HEADACHE: {{ .Values.slot.sampanHeadache | quote }}\n SKIP: {{ .Values.slot.skip | quote }}\n STEPSON: {{ .Values.slot.stepson | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"slot.fullname\" . }}-slot\n labels:\n {{- include \"slot.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: slot\nspec:\n replicas: {{ .Values.slot.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: slot\n app.kubernetes.io/name: reamer\n {{- include \"slot.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: slot\n app.kubernetes.io/name: reamer\n {{- include \"slot.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: dd76110d7c51e2535483e0550c64aab2ad67e01857aa8c788d5adea754ec45b9\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"slot.fullname\" . }}-slot\n image: {{ .Values.slot.slot.image.repository }}:{{ .Values.slot.slot.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.slot.slot.imagePullPolicy }}\n name: slot\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.slot.slot.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.slot.slot.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"slot.fullname\" . }}-slot\n labels:\n {{- include \"slot.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.slot.type }}\n selector:\n app.kubernetes.io/instance: slot\n app.kubernetes.io/name: reamer\n {{- include \"slot.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.slot.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
slot:
antecedent: prior
boringTadpoleLoft: bourgeoisie
consonant: faculty
cranberryFind: mouton
doseNature: verve
dresserControversy: stepson
giggle: historical
larvaDreamerSaucer: split
padStealth: mere
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
sampanHeadache: interject
skip: forecast
slot:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
stepson: oak
type: ClusterIP
|
play | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"play.fullname\" . }}-play\n labels:\n {{- include \"play.labels\" . | nindent 4 }}\ndata:\n FAME: {{ .Values.play.fame | quote }}\n INFLUX_CRITERIA: {{ .Values.play.influxCriteria | quote }}\n MOUSE_EUROCENTRISM_ALTITUDE: {{ .Values.play.mouseEurocentrismAltitude | quote\n }}\n PECAN_CERTAINTY: {{ .Values.play.pecanCertainty | quote }}\n SADNESS_ART_HUTCH: {{ .Values.play.sadnessArtHutch | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"play.fullname\" . }}-play\n labels:\n {{- include \"play.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: play\nspec:\n replicas: {{ .Values.play.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: play\n app.kubernetes.io/name: coffin\n {{- include \"play.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: play\n app.kubernetes.io/name: coffin\n {{- include \"play.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 9c8d7d6eebad951780261fb92793ad578295a29a0413937caf4205f094c45bce\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"play.fullname\" . }}-play\n image: {{ .Values.play.play.image.repository }}:{{ .Values.play.play.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.play.play.imagePullPolicy }}\n name: play\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.play.play.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.play.play.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"play.fullname\" . }}-play\n labels:\n {{- include \"play.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.play.type }}\n selector:\n app.kubernetes.io/instance: play\n app.kubernetes.io/name: coffin\n {{- include \"play.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.play.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
play:
fame: capability
influxCriteria: divorce
mouseEurocentrismAltitude: uneven
pecanCertainty: painting
play:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
sadnessArtHutch: underweight
type: ClusterIP
|
upset | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"upset.fullname\" . }}-upset\n labels:\n {{- include \"upset.labels\" . | nindent 4 }}\ndata:\n BRIEFING: {{ .Values.upset.briefing | quote }}\n DEFORMATION_MANGO: {{ .Values.upset.deformationMango | quote }}\n GEOLOGY: {{ .Values.upset.geology | quote }}\n SUPREME_TONALITY_EXHIBITION: {{ .Values.upset.supremeTonalityExhibition | quote\n }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"upset.fullname\" . }}-upset\n labels:\n {{- include \"upset.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: upset\nspec:\n replicas: {{ .Values.upset.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: upset\n app.kubernetes.io/name: schnitzel\n {{- include \"upset.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: upset\n app.kubernetes.io/name: schnitzel\n {{- include \"upset.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: d1ec51c242f8fe22f69e3adf5f39a98363f685e675f0a38e4abb5053ad2db7a9\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"upset.fullname\" . }}-upset\n image: {{ .Values.upset.upset.image.repository }}:{{ .Values.upset.upset.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.upset.upset.imagePullPolicy }}\n name: upset\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.upset.upset.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.upset.upset.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"upset.fullname\" . }}-upset\n labels:\n {{- include \"upset.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.upset.type }}\n selector:\n app.kubernetes.io/instance: upset\n app.kubernetes.io/name: schnitzel\n {{- include \"upset.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.upset.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
upset:
briefing: reach
deformationMango: overtake
geology: magnet
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
supremeTonalityExhibition: scarce
type: ClusterIP
upset:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
|
vogue | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"vogue.fullname\" . }}-vogue\n labels:\n {{- include \"vogue.labels\" . | nindent 4 }}\ndata:\n CAVIAR: {{ .Values.vogue.caviar | quote }}\n CLOCKWORK_ENCOUNTER_CHEM: {{ .Values.vogue.clockworkEncounterChem | quote }}\n CRAFT_TESTED: {{ .Values.vogue.craftTested | quote }}\n EPONYM_THOUGHT: {{ .Values.vogue.eponymThought | quote }}\n EXCURSION_COP-OUT_BOON: {{ .Values.vogue.excursionCopOutBoon | quote }}\n HOMOSEXUAL_WONDER: {{ .Values.vogue.homosexualWonder | quote }}\n KICK: {{ .Values.vogue.kick | quote }}\n NICKEL: {{ .Values.vogue.nickel | quote }}\n SCOUT_LARK: {{ .Values.vogue.scoutLark | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"vogue.fullname\" . }}-vogue\n labels:\n {{- include \"vogue.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: vogue\nspec:\n replicas: {{ .Values.vogue.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: vogue\n app.kubernetes.io/name: balaclava\n {{- include \"vogue.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: vogue\n app.kubernetes.io/name: balaclava\n {{- include \"vogue.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 79646da1f557cb38c6ff945b9ece5d80217669ac7c2d023918a8923ec6f946af\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"vogue.fullname\" . }}-vogue\n image: {{ .Values.vogue.vogue.image.repository }}:{{ .Values.vogue.vogue.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.vogue.vogue.imagePullPolicy }}\n name: vogue\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.vogue.vogue.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.vogue.vogue.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"vogue.fullname\" . }}-vogue\n labels:\n {{- include \"vogue.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.vogue.type }}\n selector:\n app.kubernetes.io/instance: vogue\n app.kubernetes.io/name: balaclava\n {{- include \"vogue.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.vogue.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
vogue:
caviar: catamaran
clockworkEncounterChem: tailbud
craftTested: stockings
eponymThought: unit
excursionCopOutBoon: sing
homosexualWonder: ceramic
kick: pat
nickel: salesman
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
scoutLark: socialism
type: ClusterIP
vogue:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
|
devastation | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"devastation.fullname\" . }}-devastation\n labels:\n {{- include \"devastation.labels\" . | nindent 4 }}\ndata:\n BALLOT_DIRNDL_JOINT: {{ .Values.devastation.ballotDirndlJoint | quote }}\n CHICKEN: {{ .Values.devastation.chicken | quote }}\n FROG_NET: {{ .Values.devastation.frogNet | quote }}\n JADED_THRUST_SLEEPY: {{ .Values.devastation.jadedThrustSleepy | quote }}\n MEMBER_CURLY: {{ .Values.devastation.memberCurly | quote }}\n MOOR_TRITE: {{ .Values.devastation.moorTrite | quote }}\n PANTHER_EXPERIMENTATION: {{ .Values.devastation.pantherExperimentation | quote\n }}\n WATERFALL_IRRIGATION_SLOW: {{ .Values.devastation.waterfallIrrigationSlow | quote\n }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"devastation.fullname\" . }}-devastation\n labels:\n {{- include \"devastation.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: devastation\nspec:\n replicas: {{ .Values.devastation.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: devastation\n app.kubernetes.io/name: learning\n {{- include \"devastation.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: devastation\n app.kubernetes.io/name: learning\n {{- include \"devastation.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: f7a355caefe70c5b1f490a9804b9f82ad31f43f5197d1823dd95f8ec1ea5fee2\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"devastation.fullname\" . }}-devastation\n image: {{ .Values.devastation.devastation.image.repository }}:{{ .Values.devastation.devastation.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.devastation.devastation.imagePullPolicy }}\n name: devastation\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.devastation.devastation.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.devastation.devastation.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"devastation.fullname\" . }}-devastation\n labels:\n {{- include \"devastation.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.devastation.type }}\n selector:\n app.kubernetes.io/instance: devastation\n app.kubernetes.io/name: learning\n {{- include \"devastation.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.devastation.ports | toYaml | nindent 2 -}}"
] | devastation:
ballotDirndlJoint: butcher
chicken: collagen
devastation:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
frogNet: furnace
jadedThrustSleepy: minor-league
memberCurly: clothing
moorTrite: quotation
pantherExperimentation: transfer
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
type: ClusterIP
waterfallIrrigationSlow: sweatshirt
kubernetesClusterDomain: cluster.local
|
innocence | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"innocence.fullname\" . }}-innocence\n labels:\n {{- include \"innocence.labels\" . | nindent 4 }}\ndata:\n BALLOONIST_LOUD_CYCLOOXYGENASE: {{ .Values.innocence.balloonistLoudCyclooxygenase\n | quote }}\n BOXER_REDUCTION_YEAR: {{ .Values.innocence.boxerReductionYear | quote }}\n CITY: {{ .Values.innocence.city | quote }}\n FAVORITE_MACADAMIA: {{ .Values.innocence.favoriteMacadamia | quote }}\n FRIDGE_LESBIAN_FLIPPED-OUT: {{ .Values.innocence.fridgeLesbianFlippedOut | quote\n }}\n LIMITATION: {{ .Values.innocence.limitation | quote }}\n ODYSSEY_ADULTHOOD_DIG: {{ .Values.innocence.odysseyAdulthoodDig | quote }}\n ORCHARD_AD HOC_THUMP: {{ .Values.innocence.orchardAdHocThump | quote }}\n QUILT: {{ .Values.innocence.quilt | quote }}\n STATEMENT_EROSION_SCINTILLATING: {{ .Values.innocence.statementErosionScintillating\n | quote }}\n UNACCOUNTABLE_FORUM: {{ .Values.innocence.unaccountableForum | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"innocence.fullname\" . }}-innocence\n labels:\n {{- include \"innocence.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: innocence\nspec:\n replicas: {{ .Values.innocence.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: innocence\n app.kubernetes.io/name: garter\n {{- include \"innocence.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: innocence\n app.kubernetes.io/name: garter\n {{- include \"innocence.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: effbf71024bcba719777f28c15dc1a1de96d4f2ef0ef4f677cf7192bc93e90a8\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"innocence.fullname\" . }}-innocence\n image: {{ .Values.innocence.innocence.image.repository }}:{{ .Values.innocence.innocence.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.innocence.innocence.imagePullPolicy }}\n name: innocence\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.innocence.innocence.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.innocence.innocence.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"innocence.fullname\" . }}-innocence\n labels:\n {{- include \"innocence.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.innocence.type }}\n selector:\n app.kubernetes.io/instance: innocence\n app.kubernetes.io/name: garter\n {{- include \"innocence.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.innocence.ports | toYaml | nindent 2 -}}"
] | innocence:
balloonistLoudCyclooxygenase: few
boxerReductionYear: hiccups
city: covariate
favoriteMacadamia: praised
fridgeLesbianFlippedOut: differential
innocence:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
limitation: rear
odysseyAdulthoodDig: comptroller
orchardAdHocThump: peck
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
quilt: sum
replicas: 1
statementErosionScintillating: oriented
type: ClusterIP
unaccountableForum: synthesis
kubernetesClusterDomain: cluster.local
|
editor | [
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"editor.fullname\" . }}-editor\n labels:\n {{- include \"editor.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: editor\nspec:\n replicas: {{ .Values.editor.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: editor\n app.kubernetes.io/name: charlatan\n {{- include \"editor.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: editor\n app.kubernetes.io/name: charlatan\n {{- include \"editor.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n image: {{ .Values.editor.editor.image.repository }}:{{ .Values.editor.editor.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.editor.editor.imagePullPolicy }}\n name: editor\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.editor.editor.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.editor.editor.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"editor.fullname\" . }}-editor\n labels:\n {{- include \"editor.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.editor.type }}\n selector:\n app.kubernetes.io/instance: editor\n app.kubernetes.io/name: charlatan\n {{- include \"editor.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.editor.ports | toYaml | nindent 2 -}}"
] | editor:
editor:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
digestion | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"digestion.fullname\" . }}-digestion\n labels:\n {{- include \"digestion.labels\" . | nindent 4 }}\ndata:\n AFTERSHOCK_BOTANY: {{ .Values.digestion.aftershockBotany | quote }}\n DUNE BUGGY_AMOUNT_BLANK: {{ .Values.digestion.duneBuggyAmountBlank | quote }}\n ESPADRILLE_CHAMPAGNE_MAINTAIN: {{ .Values.digestion.espadrilleChampagneMaintain\n | quote }}\n HOWITZER_ANTICODON_MITER: {{ .Values.digestion.howitzerAnticodonMiter | quote }}\n LEGACY_DEN_LIQUID: {{ .Values.digestion.legacyDenLiquid | quote }}\n LEMONADE_GAMING: {{ .Values.digestion.lemonadeGaming | quote }}\n OLDIE_COOKBOOK: {{ .Values.digestion.oldieCookbook | quote }}\n RESTRUCTURING: {{ .Values.digestion.restructuring | quote }}\n SINGULAR_QUERY: {{ .Values.digestion.singularQuery | quote }}\n THRIFT_ALFALFA_AGENT: {{ .Values.digestion.thriftAlfalfaAgent | quote }}\n TUGBOAT: {{ .Values.digestion.tugboat | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"digestion.fullname\" . }}-digestion\n labels:\n {{- include \"digestion.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: digestion\nspec:\n replicas: {{ .Values.digestion.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: digestion\n app.kubernetes.io/name: executive\n {{- include \"digestion.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: digestion\n app.kubernetes.io/name: executive\n {{- include \"digestion.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: dad2c70ce5e29d6c9e59f483424665c7c0f41dc3bb576d136fd2475f6bc80919\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"digestion.fullname\" . }}-digestion\n image: {{ .Values.digestion.digestion.image.repository }}:{{ .Values.digestion.digestion.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.digestion.digestion.imagePullPolicy }}\n name: digestion\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.digestion.digestion.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.digestion.digestion.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"digestion.fullname\" . }}-digestion\n labels:\n {{- include \"digestion.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.digestion.type }}\n selector:\n app.kubernetes.io/instance: digestion\n app.kubernetes.io/name: executive\n {{- include \"digestion.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.digestion.ports | toYaml | nindent 2 -}}"
] | digestion:
aftershockBotany: highland
digestion:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
duneBuggyAmountBlank: intentionality
espadrilleChampagneMaintain: hen
howitzerAnticodonMiter: railway
legacyDenLiquid: gliding
lemonadeGaming: jungle
oldieCookbook: ballot
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
restructuring: easel
singularQuery: mink
thriftAlfalfaAgent: wealthy
tugboat: laughter
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
homonym | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"homonym.fullname\" . }}-homonym\n labels:\n {{- include \"homonym.labels\" . | nindent 4 }}\ndata:\n FERRET: {{ .Values.homonym.ferret | quote }}\n KID_POLISH: {{ .Values.homonym.kidPolish | quote }}\n NEWSPAPER: {{ .Values.homonym.newspaper | quote }}\n TRADITION: {{ .Values.homonym.tradition | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"homonym.fullname\" . }}-homonym\n labels:\n {{- include \"homonym.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: homonym\nspec:\n replicas: {{ .Values.homonym.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: homonym\n app.kubernetes.io/name: paddock\n {{- include \"homonym.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: homonym\n app.kubernetes.io/name: paddock\n {{- include \"homonym.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 873160990c1245c5d50ae03e2524568eb4961ab9f69eaa57dadd95ce81808baf\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"homonym.fullname\" . }}-homonym\n image: {{ .Values.homonym.homonym.image.repository }}:{{ .Values.homonym.homonym.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.homonym.homonym.imagePullPolicy }}\n name: homonym\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.homonym.homonym.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.homonym.homonym.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"homonym.fullname\" . }}-homonym\n labels:\n {{- include \"homonym.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.homonym.type }}\n selector:\n app.kubernetes.io/instance: homonym\n app.kubernetes.io/name: paddock\n {{- include \"homonym.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.homonym.ports | toYaml | nindent 2 -}}"
] | homonym:
ferret: bankbook
homonym:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
kidPolish: physiology
newspaper: breakable
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
tradition: mud
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
runway | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"runway.fullname\" . }}-runway\n labels:\n {{- include \"runway.labels\" . | nindent 4 }}\ndata:\n SHARP_PATTERN: {{ .Values.runway.sharpPattern | quote }}\n SHED_WEEDER_CESSPOOL: {{ .Values.runway.shedWeederCesspool | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"runway.fullname\" . }}-runway\n labels:\n {{- include \"runway.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: runway\nspec:\n replicas: {{ .Values.runway.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: runway\n app.kubernetes.io/name: wave\n {{- include \"runway.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: runway\n app.kubernetes.io/name: wave\n {{- include \"runway.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 064d84874ea016329c18c1b0bd6bc15b13ccf993bd8f938f2ecb99d155583382\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"runway.fullname\" . }}-runway\n image: {{ .Values.runway.runway.image.repository }}:{{ .Values.runway.runway.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.runway.runway.imagePullPolicy }}\n name: runway\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.runway.runway.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.runway.runway.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"runway.fullname\" . }}-runway\n labels:\n {{- include \"runway.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.runway.type }}\n selector:\n app.kubernetes.io/instance: runway\n app.kubernetes.io/name: wave\n {{- include \"runway.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.runway.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
runway:
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
runway:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
sharpPattern: safari
shedWeederCesspool: sunday
type: ClusterIP
|
descent | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"descent.fullname\" . }}-descent\n labels:\n {{- include \"descent.labels\" . | nindent 4 }}\ndata:\n AIRPLANE_MERCHANDISE_LILAC: {{ .Values.descent.airplaneMerchandiseLilac | quote\n }}\n CHEQUE_CONFLICT_FRIGHTEN: {{ .Values.descent.chequeConflictFrighten | quote }}\n CONTROL: {{ .Values.descent.control | quote }}\n FORMAT: {{ .Values.descent.format | quote }}\n HARDCOVER_COUNSELOR_NAIVE: {{ .Values.descent.hardcoverCounselorNaive | quote }}\n HERO_PET_BAT: {{ .Values.descent.heroPetBat | quote }}\n MEATLOAF: {{ .Values.descent.meatloaf | quote }}\n ROCK: {{ .Values.descent.rock | quote }}\n SHAMPOO_HIGHLAND: {{ .Values.descent.shampooHighland | quote }}\n TROOP_BOTTLE: {{ .Values.descent.troopBottle | quote }}\n WRAPAROUND_RAIMENT: {{ .Values.descent.wraparoundRaiment | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"descent.fullname\" . }}-descent\n labels:\n {{- include \"descent.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: descent\nspec:\n replicas: {{ .Values.descent.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: descent\n app.kubernetes.io/name: sensitive\n {{- include \"descent.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: descent\n app.kubernetes.io/name: sensitive\n {{- include \"descent.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 76fdd911b375c137b61c2356301eabb29866d31b502f480b68e3241d0ac5cf1d\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"descent.fullname\" . }}-descent\n image: {{ .Values.descent.descent.image.repository }}:{{ .Values.descent.descent.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.descent.descent.imagePullPolicy }}\n name: descent\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.descent.descent.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.descent.descent.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"descent.fullname\" . }}-descent\n labels:\n {{- include \"descent.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.descent.type }}\n selector:\n app.kubernetes.io/instance: descent\n app.kubernetes.io/name: sensitive\n {{- include \"descent.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.descent.ports | toYaml | nindent 2 -}}"
] | descent:
airplaneMerchandiseLilac: beet
chequeConflictFrighten: peer
control: psychoanalyst
descent:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
format: hurdler
hardcoverCounselorNaive: cameo
heroPetBat: cookie
meatloaf: tab
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
rock: angle
shampooHighland: hydrocarb
troopBottle: rid
type: ClusterIP
wraparoundRaiment: proctor
kubernetesClusterDomain: cluster.local
|
scary | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"scary.fullname\" . }}-scary\n labels:\n {{- include \"scary.labels\" . | nindent 4 }}\ndata:\n CHOW_SPIDERLING: {{ .Values.scary.chowSpiderling | quote }}\n COMMOTION_MANTEL: {{ .Values.scary.commotionMantel | quote }}\n COMPLETE_CLASSIFY: {{ .Values.scary.completeClassify | quote }}\n GRAN: {{ .Values.scary.gran | quote }}\n IMMINENT: {{ .Values.scary.imminent | quote }}\n MESENCHYME_DEDUCE_DIAL: {{ .Values.scary.mesenchymeDeduceDial | quote }}\n PLEAT_WARRANT_NETBALL: {{ .Values.scary.pleatWarrantNetball | quote }}\n TRANSIT_RESISTANCE: {{ .Values.scary.transitResistance | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"scary.fullname\" . }}-scary\n labels:\n {{- include \"scary.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: scary\nspec:\n replicas: {{ .Values.scary.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: scary\n app.kubernetes.io/name: nightingale\n {{- include \"scary.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: scary\n app.kubernetes.io/name: nightingale\n {{- include \"scary.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 269a7636ef9ebf9a58fc9a6489e57b2a340b922853b191cdfb699cebf1426475\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"scary.fullname\" . }}-scary\n image: {{ .Values.scary.scary.image.repository }}:{{ .Values.scary.scary.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.scary.scary.imagePullPolicy }}\n name: scary\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.scary.scary.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.scary.scary.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"scary.fullname\" . }}-scary\n labels:\n {{- include \"scary.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.scary.type }}\n selector:\n app.kubernetes.io/instance: scary\n app.kubernetes.io/name: nightingale\n {{- include \"scary.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.scary.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
scary:
chowSpiderling: atmosphere
commotionMantel: chin
completeClassify: administrator
gran: add
imminent: famous
mesenchymeDeduceDial: hearthside
pleatWarrantNetball: reaction
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
scary:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
transitResistance: suet
type: ClusterIP
|
ecliptic | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"ecliptic.fullname\" . }}-ecliptic\n labels:\n {{- include \"ecliptic.labels\" . | nindent 4 }}\ndata:\n ARROGANT_DESIGNATION_WRESTLER: {{ .Values.ecliptic.arrogantDesignationWrestler\n | quote }}\n DOLLOP_CREME BRULEE_ASPECT: {{ .Values.ecliptic.dollopCremeBruleeAspect | quote\n }}\n DOUBT: {{ .Values.ecliptic.doubt | quote }}\n IDENTITY: {{ .Values.ecliptic.identity | quote }}\n MULTIMEDIA_LEGISLATOR_SIGNATURE: {{ .Values.ecliptic.multimediaLegislatorSignature\n | quote }}\n PROMENADE_GUITARIST: {{ .Values.ecliptic.promenadeGuitarist | quote }}\n RACK: {{ .Values.ecliptic.rack | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"ecliptic.fullname\" . }}-ecliptic\n labels:\n {{- include \"ecliptic.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: ecliptic\nspec:\n replicas: {{ .Values.ecliptic.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: ecliptic\n app.kubernetes.io/name: exposition\n {{- include \"ecliptic.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: ecliptic\n app.kubernetes.io/name: exposition\n {{- include \"ecliptic.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 10c8be0db4bcbab1556e3fed0c3e910329f0cf5a7c55635bb6d3026355920219\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"ecliptic.fullname\" . }}-ecliptic\n image: {{ .Values.ecliptic.ecliptic.image.repository }}:{{ .Values.ecliptic.ecliptic.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.ecliptic.ecliptic.imagePullPolicy }}\n name: ecliptic\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.ecliptic.ecliptic.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.ecliptic.ecliptic.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"ecliptic.fullname\" . }}-ecliptic\n labels:\n {{- include \"ecliptic.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.ecliptic.type }}\n selector:\n app.kubernetes.io/instance: ecliptic\n app.kubernetes.io/name: exposition\n {{- include \"ecliptic.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.ecliptic.ports | toYaml | nindent 2 -}}"
] | ecliptic:
arrogantDesignationWrestler: picturesque
dollopCremeBruleeAspect: ambition
doubt: socks
ecliptic:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
identity: lark
multimediaLegislatorSignature: labored
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
promenadeGuitarist: macaroni
rack: evasive
replicas: 1
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
spectacle | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"spectacle.fullname\" . }}-spectacle\n labels:\n {{- include \"spectacle.labels\" . | nindent 4 }}\ndata:\n GELATIN_SMITE_CLEANER: {{ .Values.spectacle.gelatinSmiteCleaner | quote }}\n HINT_POLARISATION: {{ .Values.spectacle.hintPolarisation | quote }}\n MILK_WANNABE_VALUE: {{ .Values.spectacle.milkWannabeValue | quote }}\n PRIVATE_RACISM_CENSUS: {{ .Values.spectacle.privateRacismCensus | quote }}\n SUBROUTINE_SLAVE_DRY: {{ .Values.spectacle.subroutineSlaveDry | quote }}\n THUNDER_CAR_PUMPERNICKEL: {{ .Values.spectacle.thunderCarPumpernickel | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"spectacle.fullname\" . }}-spectacle\n labels:\n {{- include \"spectacle.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: spectacle\nspec:\n replicas: {{ .Values.spectacle.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: spectacle\n app.kubernetes.io/name: poppy\n {{- include \"spectacle.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: spectacle\n app.kubernetes.io/name: poppy\n {{- include \"spectacle.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: b90f4dbb8aec5ad3bcb856ced195ceac20a33564c1813a57aa5a403db55b0e72\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"spectacle.fullname\" . }}-spectacle\n image: {{ .Values.spectacle.spectacle.image.repository }}:{{ .Values.spectacle.spectacle.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.spectacle.spectacle.imagePullPolicy }}\n name: spectacle\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.spectacle.spectacle.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.spectacle.spectacle.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"spectacle.fullname\" . }}-spectacle\n labels:\n {{- include \"spectacle.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.spectacle.type }}\n selector:\n app.kubernetes.io/instance: spectacle\n app.kubernetes.io/name: poppy\n {{- include \"spectacle.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.spectacle.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
spectacle:
gelatinSmiteCleaner: dependency
hintPolarisation: meek
milkWannabeValue: gum
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
privateRacismCensus: semicircle
replicas: 1
spectacle:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
subroutineSlaveDry: electrocardiogram
thunderCarPumpernickel: gabby
type: ClusterIP
|
movement | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"movement.fullname\" . }}-movement\n labels:\n {{- include \"movement.labels\" . | nindent 4 }}\ndata:\n PERSUADE: {{ .Values.movement.persuade | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"movement.fullname\" . }}-movement\n labels:\n {{- include \"movement.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: movement\nspec:\n replicas: {{ .Values.movement.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: movement\n app.kubernetes.io/name: tabby\n {{- include \"movement.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: movement\n app.kubernetes.io/name: tabby\n {{- include \"movement.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: e41d81635c7cace135b8d8c899469223617296ad4b012cfa4bb3f1e46316a435\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"movement.fullname\" . }}-movement\n image: {{ .Values.movement.movement.image.repository }}:{{ .Values.movement.movement.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.movement.movement.imagePullPolicy }}\n name: movement\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.movement.movement.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.movement.movement.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"movement.fullname\" . }}-movement\n labels:\n {{- include \"movement.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.movement.type }}\n selector:\n app.kubernetes.io/instance: movement\n app.kubernetes.io/name: tabby\n {{- include \"movement.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.movement.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
movement:
movement:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
persuade: peep
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
type: ClusterIP
|
cadet | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"cadet.fullname\" . }}-cadet\n labels:\n {{- include \"cadet.labels\" . | nindent 4 }}\ndata:\n EATING: {{ .Values.cadet.eating | quote }}\n EFFICIENCY_CENTURY: {{ .Values.cadet.efficiencyCentury | quote }}\n HARMONY_ANCHOVY: {{ .Values.cadet.harmonyAnchovy | quote }}\n ISSUE_PROSTACYCLIN_POUCH: {{ .Values.cadet.issueProstacyclinPouch | quote }}\n PREPARATION_CASCADE: {{ .Values.cadet.preparationCascade | quote }}\n REALIZE_WHISPER_PISTOL: {{ .Values.cadet.realizeWhisperPistol | quote }}\n SPADE_WANDERING: {{ .Values.cadet.spadeWandering | quote }}\n TACKLE_PRINTING: {{ .Values.cadet.tacklePrinting | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"cadet.fullname\" . }}-cadet\n labels:\n {{- include \"cadet.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: cadet\nspec:\n replicas: {{ .Values.cadet.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: cadet\n app.kubernetes.io/name: cat\n {{- include \"cadet.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: cadet\n app.kubernetes.io/name: cat\n {{- include \"cadet.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: be896e9d235fe068212758dc091006c1cc05a3dc9ec3f36f1ac124ce7f6325ad\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"cadet.fullname\" . }}-cadet\n image: {{ .Values.cadet.cadet.image.repository }}:{{ .Values.cadet.cadet.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.cadet.cadet.imagePullPolicy }}\n name: cadet\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.cadet.cadet.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.cadet.cadet.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"cadet.fullname\" . }}-cadet\n labels:\n {{- include \"cadet.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.cadet.type }}\n selector:\n app.kubernetes.io/instance: cadet\n app.kubernetes.io/name: cat\n {{- include \"cadet.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.cadet.ports | toYaml | nindent 2 -}}"
] | cadet:
cadet:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
eating: beating
efficiencyCentury: prescription
harmonyAnchovy: helpful
issueProstacyclinPouch: literate
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
preparationCascade: bandolier
realizeWhisperPistol: make
replicas: 1
spadeWandering: deviation
tacklePrinting: epoch
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
epauliere | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"epauliere.fullname\" . }}-epauliere\n labels:\n {{- include \"epauliere.labels\" . | nindent 4 }}\ndata:\n BROWSER_REVASCULARISATION_HAIR: {{ .Values.epauliere.browserRevascularisationHair\n | quote }}\n MENTOR_SCENT_TIARA: {{ .Values.epauliere.mentorScentTiara | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"epauliere.fullname\" . }}-epauliere\n labels:\n {{- include \"epauliere.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: epauliere\nspec:\n replicas: {{ .Values.epauliere.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: epauliere\n app.kubernetes.io/name: mink\n {{- include \"epauliere.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: epauliere\n app.kubernetes.io/name: mink\n {{- include \"epauliere.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: aceac46fc68126f2260bf7ff0a6c55cc4cb4ed60c46d41780127beef36a6b400\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"epauliere.fullname\" . }}-epauliere\n image: {{ .Values.epauliere.epauliere.image.repository }}:{{ .Values.epauliere.epauliere.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.epauliere.epauliere.imagePullPolicy }}\n name: epauliere\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.epauliere.epauliere.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.epauliere.epauliere.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"epauliere.fullname\" . }}-epauliere\n labels:\n {{- include \"epauliere.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.epauliere.type }}\n selector:\n app.kubernetes.io/instance: epauliere\n app.kubernetes.io/name: mink\n {{- include \"epauliere.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.epauliere.ports | toYaml | nindent 2 -}}"
] | epauliere:
browserRevascularisationHair: author
epauliere:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
mentorScentTiara: evening
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
hurried | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"hurried.fullname\" . }}-hurried\n labels:\n {{- include \"hurried.labels\" . | nindent 4 }}\ndata:\n WEND_OUTRAGEOUS_COLONISATION: {{ .Values.hurried.wendOutrageousColonisation | quote\n }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"hurried.fullname\" . }}-hurried\n labels:\n {{- include \"hurried.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: hurried\nspec:\n replicas: {{ .Values.hurried.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: hurried\n app.kubernetes.io/name: sidewalk\n {{- include \"hurried.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: hurried\n app.kubernetes.io/name: sidewalk\n {{- include \"hurried.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: bf89df273416832177b4487a0b110b1d881a43e021516915ec0b0230e61feee1\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"hurried.fullname\" . }}-hurried\n image: {{ .Values.hurried.hurried.image.repository }}:{{ .Values.hurried.hurried.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.hurried.hurried.imagePullPolicy }}\n name: hurried\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.hurried.hurried.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.hurried.hurried.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"hurried.fullname\" . }}-hurried\n labels:\n {{- include \"hurried.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.hurried.type }}\n selector:\n app.kubernetes.io/instance: hurried\n app.kubernetes.io/name: sidewalk\n {{- include \"hurried.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.hurried.ports | toYaml | nindent 2 -}}"
] | hurried:
hurried:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
type: ClusterIP
wendOutrageousColonisation: blame
kubernetesClusterDomain: cluster.local
|
patriarch | [
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"patriarch.fullname\" . }}-patriarch\n labels:\n {{- include \"patriarch.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: patriarch\nspec:\n replicas: {{ .Values.patriarch.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: patriarch\n app.kubernetes.io/name: firewall\n {{- include \"patriarch.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: patriarch\n app.kubernetes.io/name: firewall\n {{- include \"patriarch.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n image: {{ .Values.patriarch.patriarch.image.repository }}:{{ .Values.patriarch.patriarch.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.patriarch.patriarch.imagePullPolicy }}\n name: patriarch\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.patriarch.patriarch.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.patriarch.patriarch.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"patriarch.fullname\" . }}-patriarch\n labels:\n {{- include \"patriarch.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.patriarch.type }}\n selector:\n app.kubernetes.io/instance: patriarch\n app.kubernetes.io/name: firewall\n {{- include \"patriarch.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.patriarch.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
patriarch:
patriarch:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
type: ClusterIP
|
cuff-link | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"cuff-link.fullname\" . }}-cuff-link\n labels:\n {{- include \"cuff-link.labels\" . | nindent 4 }}\ndata:\n CONSIGNMENT_CUSHION_CARTILAGE: {{ .Values.cuffLink.consignmentCushionCartilage\n | quote }}\n ROCKET_VEIL: {{ .Values.cuffLink.rocketVeil | quote }}\n SCORCH_SIMPLIFICATION_PAINTWORK: {{ .Values.cuffLink.scorchSimplificationPaintwork\n | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"cuff-link.fullname\" . }}-cuff-link\n labels:\n {{- include \"cuff-link.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: cuff-link\nspec:\n replicas: {{ .Values.cuffLink.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: cuff-link\n app.kubernetes.io/name: lush\n {{- include \"cuff-link.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: cuff-link\n app.kubernetes.io/name: lush\n {{- include \"cuff-link.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 52055298e1eeb6b6414e21b95cf8eb595c51899387bfcff9bd313e0a8d51e7df\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"cuff-link.fullname\" . }}-cuff-link\n image: {{ .Values.cuffLink.cuffLink.image.repository }}:{{ .Values.cuffLink.cuffLink.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.cuffLink.cuffLink.imagePullPolicy }}\n name: cuff-link\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.cuffLink.cuffLink.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.cuffLink.cuffLink.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"cuff-link.fullname\" . }}-cuff-link\n labels:\n {{- include \"cuff-link.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.cuffLink.type }}\n selector:\n app.kubernetes.io/instance: cuff-link\n app.kubernetes.io/name: lush\n {{- include \"cuff-link.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.cuffLink.ports | toYaml | nindent 2 -}}"
] | cuffLink:
consignmentCushionCartilage: glider
cuffLink:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
rocketVeil: forego
scorchSimplificationPaintwork: drab
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
bongo | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"bongo.fullname\" . }}-bongo\n labels:\n {{- include \"bongo.labels\" . | nindent 4 }}\ndata:\n AIRFIELD: {{ .Values.bongo.airfield | quote }}\n BLIND_LOG_INTERVIEWER: {{ .Values.bongo.blindLogInterviewer | quote }}\n CRIMINAL_WORKPLACE_EXPERIENCE: {{ .Values.bongo.criminalWorkplaceExperience | quote\n }}\n CULTURED: {{ .Values.bongo.cultured | quote }}\n DEN_HOUSING_ALTITUDE: {{ .Values.bongo.denHousingAltitude | quote }}\n FAME_STRENGTH: {{ .Values.bongo.fameStrength | quote }}\n FUTURISTIC_COLLISION_DENTIST: {{ .Values.bongo.futuristicCollisionDentist | quote\n }}\n ORE_ASPHALT_SOCIALISM: {{ .Values.bongo.oreAsphaltSocialism | quote }}\n SIDE_FEDERATION: {{ .Values.bongo.sideFederation | quote }}\n TIN: {{ .Values.bongo.tin | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"bongo.fullname\" . }}-bongo\n labels:\n {{- include \"bongo.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: bongo\nspec:\n replicas: {{ .Values.bongo.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: bongo\n app.kubernetes.io/name: beaver\n {{- include \"bongo.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: bongo\n app.kubernetes.io/name: beaver\n {{- include \"bongo.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 2a63f1f8d536a42e29544ac33766521ad99982429f9dfbece51491f06b8a4cfd\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"bongo.fullname\" . }}-bongo\n image: {{ .Values.bongo.bongo.image.repository }}:{{ .Values.bongo.bongo.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.bongo.bongo.imagePullPolicy }}\n name: bongo\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.bongo.bongo.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.bongo.bongo.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"bongo.fullname\" . }}-bongo\n labels:\n {{- include \"bongo.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.bongo.type }}\n selector:\n app.kubernetes.io/instance: bongo\n app.kubernetes.io/name: beaver\n {{- include \"bongo.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.bongo.ports | toYaml | nindent 2 -}}"
] | bongo:
airfield: stability
blindLogInterviewer: charm
bongo:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
criminalWorkplaceExperience: bather
cultured: permission
denHousingAltitude: catastrophe
fameStrength: utilisation
futuristicCollisionDentist: user
oreAsphaltSocialism: cagey
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
sideFederation: cart
tin: squatter
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
tailbud | [
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"tailbud.fullname\" . }}-tailbud\n labels:\n {{- include \"tailbud.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: tailbud\nspec:\n replicas: {{ .Values.tailbud.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: tailbud\n app.kubernetes.io/name: jaw\n {{- include \"tailbud.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: tailbud\n app.kubernetes.io/name: jaw\n {{- include \"tailbud.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n image: {{ .Values.tailbud.tailbud.image.repository }}:{{ .Values.tailbud.tailbud.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.tailbud.tailbud.imagePullPolicy }}\n name: tailbud\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.tailbud.tailbud.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.tailbud.tailbud.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"tailbud.fullname\" . }}-tailbud\n labels:\n {{- include \"tailbud.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.tailbud.type }}\n selector:\n app.kubernetes.io/instance: tailbud\n app.kubernetes.io/name: jaw\n {{- include \"tailbud.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.tailbud.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
tailbud:
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
tailbud:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
type: ClusterIP
|
lag | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"lag.fullname\" . }}-lag\n labels:\n {{- include \"lag.labels\" . | nindent 4 }}\ndata:\n AD HOC_NUTTY: {{ .Values.lag.adHocNutty | quote }}\n CLAY_CONCEPT_BARE: {{ .Values.lag.clayConceptBare | quote }}\n EXCEED_ABOLISHMENT: {{ .Values.lag.exceedAbolishment | quote }}\n GROTESQUE_BOXER_TOMB: {{ .Values.lag.grotesqueBoxerTomb | quote }}\n SERVAL: {{ .Values.lag.serval | quote }}\n STATIN: {{ .Values.lag.statin | quote }}\n TELLER_REVENUE: {{ .Values.lag.tellerRevenue | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"lag.fullname\" . }}-lag\n labels:\n {{- include \"lag.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: lag\nspec:\n replicas: {{ .Values.lag.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: lag\n app.kubernetes.io/name: know-how\n {{- include \"lag.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: lag\n app.kubernetes.io/name: know-how\n {{- include \"lag.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: a23eeb70c2c03640939d7a85d0dedffbfcc678af63410270761c79465872c9c7\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"lag.fullname\" . }}-lag\n image: {{ .Values.lag.lag.image.repository }}:{{ .Values.lag.lag.image.tag | default\n .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.lag.lag.imagePullPolicy }}\n name: lag\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.lag.lag.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.lag.lag.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"lag.fullname\" . }}-lag\n labels:\n {{- include \"lag.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.lag.type }}\n selector:\n app.kubernetes.io/instance: lag\n app.kubernetes.io/name: know-how\n {{- include \"lag.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.lag.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
lag:
adHocNutty: exposure
clayConceptBare: sticky
exceedAbolishment: glucose
grotesqueBoxerTomb: people
lag:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
serval: procurement
statin: flag
tellerRevenue: impropriety
type: ClusterIP
|
nickel | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"nickel.fullname\" . }}-nickel\n labels:\n {{- include \"nickel.labels\" . | nindent 4 }}\ndata:\n COUNTERPART_SUV: {{ .Values.nickel.counterpartSuv | quote }}\n DETECT_MUNDANE: {{ .Values.nickel.detectMundane | quote }}\n HEAVY_WILDEBEEST: {{ .Values.nickel.heavyWildebeest | quote }}\n MORTGAGE_CHEEK: {{ .Values.nickel.mortgageCheek | quote }}\n NEONATE_BLEND_VITRO: {{ .Values.nickel.neonateBlendVitro | quote }}\n NOON_INTERLOPER: {{ .Values.nickel.noonInterloper | quote }}\n PHOBIC_MALL_SKULLDUGGERY: {{ .Values.nickel.phobicMallSkullduggery | quote }}\n POMPOM_LACQUERWARE: {{ .Values.nickel.pompomLacquerware | quote }}\n SCRUB: {{ .Values.nickel.scrub | quote }}\n SEEKER_CELL_CONSUMPTION: {{ .Values.nickel.seekerCellConsumption | quote }}\n SUPPRESSION: {{ .Values.nickel.suppression | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"nickel.fullname\" . }}-nickel\n labels:\n {{- include \"nickel.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: nickel\nspec:\n replicas: {{ .Values.nickel.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: nickel\n app.kubernetes.io/name: astrolabe\n {{- include \"nickel.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: nickel\n app.kubernetes.io/name: astrolabe\n {{- include \"nickel.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: e6187940690b1d18122ea7e0e5571478c9f8031c090ef3a744dc43947d03c975\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"nickel.fullname\" . }}-nickel\n image: {{ .Values.nickel.nickel.image.repository }}:{{ .Values.nickel.nickel.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.nickel.nickel.imagePullPolicy }}\n name: nickel\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.nickel.nickel.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.nickel.nickel.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"nickel.fullname\" . }}-nickel\n labels:\n {{- include \"nickel.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.nickel.type }}\n selector:\n app.kubernetes.io/instance: nickel\n app.kubernetes.io/name: astrolabe\n {{- include \"nickel.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.nickel.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
nickel:
counterpartSuv: piquant
detectMundane: browser
heavyWildebeest: work
mortgageCheek: falling-out
neonateBlendVitro: blackness
nickel:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
noonInterloper: trust
phobicMallSkullduggery: raid
pompomLacquerware: sneakers
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
scrub: researcher
seekerCellConsumption: trolley
suppression: left
type: ClusterIP
|
worker | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"worker.fullname\" . }}-worker\n labels:\n {{- include \"worker.labels\" . | nindent 4 }}\ndata:\n DIAGNOSIS_LOOSE: {{ .Values.worker.diagnosisLoose | quote }}\n FAST_CASSOCK: {{ .Values.worker.fastCassock | quote }}\n INTENSITY_CIVILISATION_APPROVAL: {{ .Values.worker.intensityCivilisationApproval\n | quote }}\n PARTY: {{ .Values.worker.party | quote }}\n PLATE_EXPRESS_BUFFALO: {{ .Values.worker.plateExpressBuffalo | quote }}\n RACING: {{ .Values.worker.racing | quote }}\n REVENGE_SOURWOOD: {{ .Values.worker.revengeSourwood | quote }}\n SHOW_CAPITULATION_TOBACCO: {{ .Values.worker.showCapitulationTobacco | quote }}\n SKULL_TOUR: {{ .Values.worker.skullTour | quote }}\n WITHSTAND_BARRAGE: {{ .Values.worker.withstandBarrage | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"worker.fullname\" . }}-worker\n labels:\n {{- include \"worker.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: worker\nspec:\n replicas: {{ .Values.worker.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: worker\n app.kubernetes.io/name: wriggler\n {{- include \"worker.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: worker\n app.kubernetes.io/name: wriggler\n {{- include \"worker.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 5200238099344c77f78857d15e9e2ef81d865ea45e084ebe9507fa2399a58795\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"worker.fullname\" . }}-worker\n image: {{ .Values.worker.worker.image.repository }}:{{ .Values.worker.worker.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.worker.worker.imagePullPolicy }}\n name: worker\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.worker.worker.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.worker.worker.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"worker.fullname\" . }}-worker\n labels:\n {{- include \"worker.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.worker.type }}\n selector:\n app.kubernetes.io/instance: worker\n app.kubernetes.io/name: wriggler\n {{- include \"worker.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.worker.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
worker:
diagnosisLoose: pleasant
fastCassock: counsellor
intensityCivilisationApproval: bolt
party: refusal
plateExpressBuffalo: mule
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
racing: nestmate
replicas: 1
revengeSourwood: threat
showCapitulationTobacco: perp
skullTour: doubter
type: ClusterIP
withstandBarrage: encourage
worker:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
|
disclosure | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"disclosure.fullname\" . }}-disclosure\n labels:\n {{- include \"disclosure.labels\" . | nindent 4 }}\ndata:\n DROMEDARY_SUPER_LIKELIHOOD: {{ .Values.disclosure.dromedarySuperLikelihood | quote\n }}\n FEATHER_POETRY: {{ .Values.disclosure.featherPoetry | quote }}\n HOVERCRAFT_AUNT_SERIES: {{ .Values.disclosure.hovercraftAuntSeries | quote }}\n MAIL: {{ .Values.disclosure.mail | quote }}\n STIR-FRY_EX-HUSBAND_PROMENADE: {{ .Values.disclosure.stirFryExHusbandPromenade\n | quote }}\n TAB_SPEAKERPHONE: {{ .Values.disclosure.tabSpeakerphone | quote }}\n WARDEN: {{ .Values.disclosure.warden | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"disclosure.fullname\" . }}-disclosure\n labels:\n {{- include \"disclosure.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: disclosure\nspec:\n replicas: {{ .Values.disclosure.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: disclosure\n app.kubernetes.io/name: football\n {{- include \"disclosure.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: disclosure\n app.kubernetes.io/name: football\n {{- include \"disclosure.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 7eb6493634827f935febc8a374b1e6a762b5efe342d3983de6639c4f4dee2ce6\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"disclosure.fullname\" . }}-disclosure\n image: {{ .Values.disclosure.disclosure.image.repository }}:{{ .Values.disclosure.disclosure.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.disclosure.disclosure.imagePullPolicy }}\n name: disclosure\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.disclosure.disclosure.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.disclosure.disclosure.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"disclosure.fullname\" . }}-disclosure\n labels:\n {{- include \"disclosure.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.disclosure.type }}\n selector:\n app.kubernetes.io/instance: disclosure\n app.kubernetes.io/name: football\n {{- include \"disclosure.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.disclosure.ports | toYaml | nindent 2 -}}"
] | disclosure:
disclosure:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
dromedarySuperLikelihood: stag
featherPoetry: thank
hovercraftAuntSeries: obedience
mail: awe
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
stirFryExHusbandPromenade: investment
tabSpeakerphone: dozen
type: ClusterIP
warden: dude
kubernetesClusterDomain: cluster.local
|
metro | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"metro.fullname\" . }}-metro\n labels:\n {{- include \"metro.labels\" . | nindent 4 }}\ndata:\n ANESTHESIOLOGY: {{ .Values.metro.anesthesiology | quote }}\n CARE: {{ .Values.metro.care | quote }}\n DRAGONFLY_JUMBLED_LAPAROSCOPE: {{ .Values.metro.dragonflyJumbledLaparoscope | quote\n }}\n FAN_AQUATIC_TERM: {{ .Values.metro.fanAquaticTerm | quote }}\n FORAY: {{ .Values.metro.foray | quote }}\n LUCKY_REBEL: {{ .Values.metro.luckyRebel | quote }}\n NOTE_REWARD: {{ .Values.metro.noteReward | quote }}\n QUIVER_COMPLICATION_EXPANSIONISM: {{ .Values.metro.quiverComplicationExpansionism\n | quote }}\n STEP-DAUGHTER_HURT: {{ .Values.metro.stepDaughterHurt | quote }}\n SYSTEMIZE: {{ .Values.metro.systemize | quote }}\n TYPE: {{ .Values.metro.type | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"metro.fullname\" . }}-metro\n labels:\n {{- include \"metro.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: metro\nspec:\n replicas: {{ .Values.metro.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: metro\n app.kubernetes.io/name: lycra\n {{- include \"metro.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: metro\n app.kubernetes.io/name: lycra\n {{- include \"metro.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 4fe20b1a5b0c8e3aeb5fb401701c437be385a85f1920b0cf82e9cf7f55beee2b\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"metro.fullname\" . }}-metro\n image: {{ .Values.metro.metro.image.repository }}:{{ .Values.metro.metro.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.metro.metro.imagePullPolicy }}\n name: metro\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.metro.metro.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.metro.metro.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"metro.fullname\" . }}-metro\n labels:\n {{- include \"metro.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.metro.type }}\n selector:\n app.kubernetes.io/instance: metro\n app.kubernetes.io/name: lycra\n {{- include \"metro.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.metro.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
metro:
anesthesiology: billing
care: outlaw
dragonflyJumbledLaparoscope: vegetarian
fanAquaticTerm: jump
foray: discipline
luckyRebel: bandwidth
metro:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
noteReward: boat
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
quiverComplicationExpansionism: aboriginal
replicas: 1
stepDaughterHurt: saddle
systemize: elderly
type: execute
|
shoemaker | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"shoemaker.fullname\" . }}-shoemaker\n labels:\n {{- include \"shoemaker.labels\" . | nindent 4 }}\ndata:\n DERRICK: {{ .Values.shoemaker.derrick | quote }}\n EATING: {{ .Values.shoemaker.eating | quote }}\n EYRIE_WILLINGNESS: {{ .Values.shoemaker.eyrieWillingness | quote }}\n GENRE_MOTORCAR_ROYAL: {{ .Values.shoemaker.genreMotorcarRoyal | quote }}\n HOMETOWN_PASTOR: {{ .Values.shoemaker.hometownPastor | quote }}\n HYDROLYZE: {{ .Values.shoemaker.hydrolyze | quote }}\n OPPOSITION_WIND-CHIME: {{ .Values.shoemaker.oppositionWindChime | quote }}\n TRICKY: {{ .Values.shoemaker.tricky | quote }}\n TURBAN_DINGHY_PAUSE: {{ .Values.shoemaker.turbanDinghyPause | quote }}\n VIEWER_DRIP_SHRIMP: {{ .Values.shoemaker.viewerDripShrimp | quote }}\n WEAR: {{ .Values.shoemaker.wear | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"shoemaker.fullname\" . }}-shoemaker\n labels:\n {{- include \"shoemaker.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: shoemaker\nspec:\n replicas: {{ .Values.shoemaker.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: shoemaker\n app.kubernetes.io/name: polo\n {{- include \"shoemaker.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: shoemaker\n app.kubernetes.io/name: polo\n {{- include \"shoemaker.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 6dd24b15aa4fc2da74abd87b2485a66f4f916d2e08ba61f4f9bdab0df4a0356a\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"shoemaker.fullname\" . }}-shoemaker\n image: {{ .Values.shoemaker.shoemaker.image.repository }}:{{ .Values.shoemaker.shoemaker.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.shoemaker.shoemaker.imagePullPolicy }}\n name: shoemaker\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.shoemaker.shoemaker.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.shoemaker.shoemaker.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"shoemaker.fullname\" . }}-shoemaker\n labels:\n {{- include \"shoemaker.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.shoemaker.type }}\n selector:\n app.kubernetes.io/instance: shoemaker\n app.kubernetes.io/name: polo\n {{- include \"shoemaker.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.shoemaker.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
shoemaker:
derrick: obtain
eating: attract
eyrieWillingness: mansard
genreMotorcarRoyal: woolens
hometownPastor: abacus
hydrolyze: send
oppositionWindChime: planet
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
shoemaker:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
tricky: eyebrows
turbanDinghyPause: biplane
type: ClusterIP
viewerDripShrimp: reactant
wear: chapter
|
admit | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"admit.fullname\" . }}-admit\n labels:\n {{- include \"admit.labels\" . | nindent 4 }}\ndata:\n ASSAULT: {{ .Values.admit.assault | quote }}\n DEPEND_OCELOT_WHISTLE: {{ .Values.admit.dependOcelotWhistle | quote }}\n GRACE_CARRY_HELLISH: {{ .Values.admit.graceCarryHellish | quote }}\n KEYSTONE_SUBDUED: {{ .Values.admit.keystoneSubdued | quote }}\n SEAFOOD_SIMILARITY_DIRNDL: {{ .Values.admit.seafoodSimilarityDirndl | quote }}\n SIEGE_TEENAGER_PORTRAIT: {{ .Values.admit.siegeTeenagerPortrait | quote }}\n SPEED: {{ .Values.admit.speed | quote }}\n TWINE_DRIP_BELLIGERENT: {{ .Values.admit.twineDripBelligerent | quote }}\n VACUOUS_ALBUM_CONSPIRACY: {{ .Values.admit.vacuousAlbumConspiracy | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"admit.fullname\" . }}-admit\n labels:\n {{- include \"admit.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: admit\nspec:\n replicas: {{ .Values.admit.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: admit\n app.kubernetes.io/name: obsidian\n {{- include \"admit.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: admit\n app.kubernetes.io/name: obsidian\n {{- include \"admit.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 8f9fbe3d158da5c368e9cedbe08b0a8f2f64f76f468d66aab8db2bc4b3484311\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"admit.fullname\" . }}-admit\n image: {{ .Values.admit.admit.image.repository }}:{{ .Values.admit.admit.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.admit.admit.imagePullPolicy }}\n name: admit\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.admit.admit.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.admit.admit.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"admit.fullname\" . }}-admit\n labels:\n {{- include \"admit.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.admit.type }}\n selector:\n app.kubernetes.io/instance: admit\n app.kubernetes.io/name: obsidian\n {{- include \"admit.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.admit.ports | toYaml | nindent 2 -}}"
] | admit:
admit:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
assault: squeal
dependOcelotWhistle: night
graceCarryHellish: hardening
keystoneSubdued: vibraphone
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
seafoodSimilarityDirndl: prose
siegeTeenagerPortrait: interval
speed: fertilizer
twineDripBelligerent: exhaustion
type: ClusterIP
vacuousAlbumConspiracy: book
kubernetesClusterDomain: cluster.local
|
elephant | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"elephant.fullname\" . }}-elephant\n labels:\n {{- include \"elephant.labels\" . | nindent 4 }}\ndata:\n CRINOLINE: {{ .Values.elephant.crinoline | quote }}\n EXULTANT: {{ .Values.elephant.exultant | quote }}\n FIBROBLAST_NORMALISATION_CATEGORY: {{ .Values.elephant.fibroblastNormalisationCategory\n | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"elephant.fullname\" . }}-elephant\n labels:\n {{- include \"elephant.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: elephant\nspec:\n replicas: {{ .Values.elephant.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: elephant\n app.kubernetes.io/name: flat\n {{- include \"elephant.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: elephant\n app.kubernetes.io/name: flat\n {{- include \"elephant.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: ac291d45fec407f4f324db04a7bd0380e366f2c57c37a38673eb0e47bcdea2cf\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"elephant.fullname\" . }}-elephant\n image: {{ .Values.elephant.elephant.image.repository }}:{{ .Values.elephant.elephant.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.elephant.elephant.imagePullPolicy }}\n name: elephant\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.elephant.elephant.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.elephant.elephant.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"elephant.fullname\" . }}-elephant\n labels:\n {{- include \"elephant.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.elephant.type }}\n selector:\n app.kubernetes.io/instance: elephant\n app.kubernetes.io/name: flat\n {{- include \"elephant.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.elephant.ports | toYaml | nindent 2 -}}"
] | elephant:
crinoline: winner
elephant:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
exultant: frustration
fibroblastNormalisationCategory: hashtag
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
clipboard | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"clipboard.fullname\" . }}-clipboard\n labels:\n {{- include \"clipboard.labels\" . | nindent 4 }}\ndata:\n ADAMANT_STROKE_BLUSH: {{ .Values.clipboard.adamantStrokeBlush | quote }}\n CHARD_ABERRANT_COURAGE: {{ .Values.clipboard.chardAberrantCourage | quote }}\n COMPONENT_RELIEVED: {{ .Values.clipboard.componentRelieved | quote }}\n HARMONIZE_INCIDENCE_KEYBOARDING: {{ .Values.clipboard.harmonizeIncidenceKeyboarding\n | quote }}\n LYNX_BED: {{ .Values.clipboard.lynxBed | quote }}\n PARTNER: {{ .Values.clipboard.partner | quote }}\n TENET_RESPITE: {{ .Values.clipboard.tenetRespite | quote }}\n TIGHT_CHIT-CHAT: {{ .Values.clipboard.tightChitChat | quote }}\n WAIST_WHOLESALER_PAIL: {{ .Values.clipboard.waistWholesalerPail | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"clipboard.fullname\" . }}-clipboard\n labels:\n {{- include \"clipboard.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: clipboard\nspec:\n replicas: {{ .Values.clipboard.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: clipboard\n app.kubernetes.io/name: harmonica\n {{- include \"clipboard.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: clipboard\n app.kubernetes.io/name: harmonica\n {{- include \"clipboard.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 989b38ca81bbef4bcce59e02f4bf14419d09b7bc74aaaa88ab1d31cd198c0c52\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"clipboard.fullname\" . }}-clipboard\n image: {{ .Values.clipboard.clipboard.image.repository }}:{{ .Values.clipboard.clipboard.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.clipboard.clipboard.imagePullPolicy }}\n name: clipboard\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.clipboard.clipboard.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.clipboard.clipboard.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"clipboard.fullname\" . }}-clipboard\n labels:\n {{- include \"clipboard.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.clipboard.type }}\n selector:\n app.kubernetes.io/instance: clipboard\n app.kubernetes.io/name: harmonica\n {{- include \"clipboard.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.clipboard.ports | toYaml | nindent 2 -}}"
] | clipboard:
adamantStrokeBlush: chronograph
chardAberrantCourage: cute
clipboard:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
componentRelieved: eyebrow
harmonizeIncidenceKeyboarding: swamp
lynxBed: perennial
partner: hammock
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
tenetRespite: print
tightChitChat: charlatan
type: ClusterIP
waistWholesalerPail: industrialization
kubernetesClusterDomain: cluster.local
|
act | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"act.fullname\" . }}-act\n labels:\n {{- include \"act.labels\" . | nindent 4 }}\ndata:\n DEN_APP_DUE: {{ .Values.act.denAppDue | quote }}\n HAZELNUT_MACHINE: {{ .Values.act.hazelnutMachine | quote }}\n RESULT_UNIBODY_WATCHMAKER: {{ .Values.act.resultUnibodyWatchmaker | quote }}\n STRONG_MOTORCYCLE_ARTHUR: {{ .Values.act.strongMotorcycleArthur | quote }}\n VIBRISSAE_COMMUNITY_FOAL: {{ .Values.act.vibrissaeCommunityFoal | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"act.fullname\" . }}-act\n labels:\n {{- include \"act.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: act\nspec:\n replicas: {{ .Values.act.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: act\n app.kubernetes.io/name: constraint\n {{- include \"act.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: act\n app.kubernetes.io/name: constraint\n {{- include \"act.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 4ddb00727c311bdefc4a011ae08d8614248a547d4c89aeeacebfd42feed7430c\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"act.fullname\" . }}-act\n image: {{ .Values.act.act.image.repository }}:{{ .Values.act.act.image.tag | default\n .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.act.act.imagePullPolicy }}\n name: act\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.act.act.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.act.act.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"act.fullname\" . }}-act\n labels:\n {{- include \"act.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.act.type }}\n selector:\n app.kubernetes.io/instance: act\n app.kubernetes.io/name: constraint\n {{- include \"act.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.act.ports | toYaml | nindent 2 -}}"
] | act:
act:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
denAppDue: dirndl
hazelnutMachine: doorbell
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
resultUnibodyWatchmaker: parenting
strongMotorcycleArthur: questionnaire
type: ClusterIP
vibrissaeCommunityFoal: printing
kubernetesClusterDomain: cluster.local
|
fixture | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"fixture.fullname\" . }}-fixture\n labels:\n {{- include \"fixture.labels\" . | nindent 4 }}\ndata:\n DAMP: {{ .Values.fixture.damp | quote }}\n FINANCING_FISHERY_ELIXIR: {{ .Values.fixture.financingFisheryElixir | quote }}\n FUEL_GRAVITAS_CHUB: {{ .Values.fixture.fuelGravitasChub | quote }}\n HARPOONER_CANCER: {{ .Values.fixture.harpoonerCancer | quote }}\n TEEPEE_SANCTITY: {{ .Values.fixture.teepeeSanctity | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"fixture.fullname\" . }}-fixture\n labels:\n {{- include \"fixture.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: fixture\nspec:\n replicas: {{ .Values.fixture.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: fixture\n app.kubernetes.io/name: argument\n {{- include \"fixture.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: fixture\n app.kubernetes.io/name: argument\n {{- include \"fixture.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 200b604eb39e3851d3cfe1c4108cc6a4609345da559300e4c8cd8b24a79d71b1\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"fixture.fullname\" . }}-fixture\n image: {{ .Values.fixture.fixture.image.repository }}:{{ .Values.fixture.fixture.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.fixture.fixture.imagePullPolicy }}\n name: fixture\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.fixture.fixture.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.fixture.fixture.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"fixture.fullname\" . }}-fixture\n labels:\n {{- include \"fixture.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.fixture.type }}\n selector:\n app.kubernetes.io/instance: fixture\n app.kubernetes.io/name: argument\n {{- include \"fixture.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.fixture.ports | toYaml | nindent 2 -}}"
] | fixture:
damp: guidance
financingFisheryElixir: scandalous
fixture:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
fuelGravitasChub: fig
harpoonerCancer: detail
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
teepeeSanctity: dynamics
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
rainmaker | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"rainmaker.fullname\" . }}-rainmaker\n labels:\n {{- include \"rainmaker.labels\" . | nindent 4 }}\ndata:\n COVARIATE_CUTE: {{ .Values.rainmaker.covariateCute | quote }}\n DECREASE_HEARTACHE: {{ .Values.rainmaker.decreaseHeartache | quote }}\n INSERT_MOOSE: {{ .Values.rainmaker.insertMoose | quote }}\n JUNKET_ARRANGE_CARPENTER: {{ .Values.rainmaker.junketArrangeCarpenter | quote }}\n MONTH_INCUBATION: {{ .Values.rainmaker.monthIncubation | quote }}\n PEEK_GASOLINE: {{ .Values.rainmaker.peekGasoline | quote }}\n PRESSURIZATION_SOMEBODY_DAIRY: {{ .Values.rainmaker.pressurizationSomebodyDairy\n | quote }}\n RAILING_SHALLOWS: {{ .Values.rainmaker.railingShallows | quote }}\n TROT_DEMOCRACY: {{ .Values.rainmaker.trotDemocracy | quote }}\n VISA_FLOAT_SPECTACULAR: {{ .Values.rainmaker.visaFloatSpectacular | quote }}\n WEALTHY: {{ .Values.rainmaker.wealthy | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"rainmaker.fullname\" . }}-rainmaker\n labels:\n {{- include \"rainmaker.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: rainmaker\nspec:\n replicas: {{ .Values.rainmaker.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: rainmaker\n app.kubernetes.io/name: underwriting\n {{- include \"rainmaker.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: rainmaker\n app.kubernetes.io/name: underwriting\n {{- include \"rainmaker.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: f13f8bc1cfca5909f75e29b28cdf4c88f6926675af0b6f917f3b49b002c113a0\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"rainmaker.fullname\" . }}-rainmaker\n image: {{ .Values.rainmaker.rainmaker.image.repository }}:{{ .Values.rainmaker.rainmaker.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.rainmaker.rainmaker.imagePullPolicy }}\n name: rainmaker\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.rainmaker.rainmaker.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.rainmaker.rainmaker.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"rainmaker.fullname\" . }}-rainmaker\n labels:\n {{- include \"rainmaker.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.rainmaker.type }}\n selector:\n app.kubernetes.io/instance: rainmaker\n app.kubernetes.io/name: underwriting\n {{- include \"rainmaker.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.rainmaker.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
rainmaker:
covariateCute: spyglass
decreaseHeartache: seaside
insertMoose: menorah
junketArrangeCarpenter: stance
monthIncubation: dirt
peekGasoline: nitrogen
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
pressurizationSomebodyDairy: latency
railingShallows: masonry
rainmaker:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
replicas: 1
trotDemocracy: audited
type: ClusterIP
visaFloatSpectacular: ethernet
wealthy: refectory
|
rage | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"rage.fullname\" . }}-rage\n labels:\n {{- include \"rage.labels\" . | nindent 4 }}\ndata:\n CIRCUMFERENCE_MAXIMUM_RAM: {{ .Values.rage.circumferenceMaximumRam | quote }}\n POST_FACTOR: {{ .Values.rage.postFactor | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"rage.fullname\" . }}-rage\n labels:\n {{- include \"rage.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: rage\nspec:\n replicas: {{ .Values.rage.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: rage\n app.kubernetes.io/name: moan\n {{- include \"rage.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: rage\n app.kubernetes.io/name: moan\n {{- include \"rage.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 1f284163cab90d884a1104f285cf0d93c3ea848fae6ba6d91d4be73a3bffd54e\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"rage.fullname\" . }}-rage\n image: {{ .Values.rage.rage.image.repository }}:{{ .Values.rage.rage.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.rage.rage.imagePullPolicy }}\n name: rage\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.rage.rage.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.rage.rage.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"rage.fullname\" . }}-rage\n labels:\n {{- include \"rage.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.rage.type }}\n selector:\n app.kubernetes.io/instance: rage\n app.kubernetes.io/name: moan\n {{- include \"rage.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.rage.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
rage:
circumferenceMaximumRam: high-pitched
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
postFactor: hype
rage:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
replicas: 1
type: ClusterIP
|
divide | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"divide.fullname\" . }}-divide\n labels:\n {{- include \"divide.labels\" . | nindent 4 }}\ndata:\n ARRANGE_QUILT: {{ .Values.divide.arrangeQuilt | quote }}\n CIRCUMFERENCE_DIET_PERIODICAL: {{ .Values.divide.circumferenceDietPeriodical |\n quote }}\n DIAGRAM_CHOP: {{ .Values.divide.diagramChop | quote }}\n FIGURINE_BRANCH_COMFORT: {{ .Values.divide.figurineBranchComfort | quote }}\n PLEAD_EVALUATE_DUST STORM: {{ .Values.divide.pleadEvaluateDustStorm | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"divide.fullname\" . }}-divide\n labels:\n {{- include \"divide.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: divide\nspec:\n replicas: {{ .Values.divide.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: divide\n app.kubernetes.io/name: gorilla\n {{- include \"divide.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: divide\n app.kubernetes.io/name: gorilla\n {{- include \"divide.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 83762c61bb57e4d820d9cb0e37cf891396251b9f8c93898c6c555f24f30a7888\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"divide.fullname\" . }}-divide\n image: {{ .Values.divide.divide.image.repository }}:{{ .Values.divide.divide.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.divide.divide.imagePullPolicy }}\n name: divide\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.divide.divide.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.divide.divide.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"divide.fullname\" . }}-divide\n labels:\n {{- include \"divide.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.divide.type }}\n selector:\n app.kubernetes.io/instance: divide\n app.kubernetes.io/name: gorilla\n {{- include \"divide.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.divide.ports | toYaml | nindent 2 -}}"
] | divide:
arrangeQuilt: district
circumferenceDietPeriodical: kettle
diagramChop: savannah
divide:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
figurineBranchComfort: cereal
pleadEvaluateDustStorm: reverse
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
birdhouse | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"birdhouse.fullname\" . }}-birdhouse\n labels:\n {{- include \"birdhouse.labels\" . | nindent 4 }}\ndata:\n POWDER: {{ .Values.birdhouse.powder | quote }}\n SELF: {{ .Values.birdhouse.self | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"birdhouse.fullname\" . }}-birdhouse\n labels:\n {{- include \"birdhouse.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: birdhouse\nspec:\n replicas: {{ .Values.birdhouse.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: birdhouse\n app.kubernetes.io/name: lantern\n {{- include \"birdhouse.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: birdhouse\n app.kubernetes.io/name: lantern\n {{- include \"birdhouse.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 20a0cc5b09f851de8e412c21c1f304f0afd4cb6d6cc7bb7ce2f71895c03c9bcd\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"birdhouse.fullname\" . }}-birdhouse\n image: {{ .Values.birdhouse.birdhouse.image.repository }}:{{ .Values.birdhouse.birdhouse.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.birdhouse.birdhouse.imagePullPolicy }}\n name: birdhouse\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.birdhouse.birdhouse.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.birdhouse.birdhouse.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"birdhouse.fullname\" . }}-birdhouse\n labels:\n {{- include \"birdhouse.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.birdhouse.type }}\n selector:\n app.kubernetes.io/instance: birdhouse\n app.kubernetes.io/name: lantern\n {{- include \"birdhouse.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.birdhouse.ports | toYaml | nindent 2 -}}"
] | birdhouse:
birdhouse:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
powder: ratepayer
replicas: 1
self: chrysalis
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
package | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"package.fullname\" . }}-package\n labels:\n {{- include \"package.labels\" . | nindent 4 }}\ndata:\n ADVOCACY: {{ .Values.package.advocacy | quote }}\n BERET_HURRY_OPTIMIZATION: {{ .Values.package.beretHurryOptimization | quote }}\n DIARIST_INFARCTION: {{ .Values.package.diaristInfarction | quote }}\n GIDDY: {{ .Values.package.giddy | quote }}\n LUNGE: {{ .Values.package.lunge | quote }}\n MEMORIZE_DEEP_SHOP: {{ .Values.package.memorizeDeepShop | quote }}\n MORBIDITY_RASPY_RHUBARB: {{ .Values.package.morbidityRaspyRhubarb | quote }}\n WEAKNESS: {{ .Values.package.weakness | quote }}\n ZEALOUS: {{ .Values.package.zealous | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"package.fullname\" . }}-package\n labels:\n {{- include \"package.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: package\nspec:\n replicas: {{ .Values.package.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: package\n app.kubernetes.io/name: late\n {{- include \"package.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: package\n app.kubernetes.io/name: late\n {{- include \"package.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 2b14e447e307eaddf004cb128282e6fa8190e71c2f3361058958847b5528aa79\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"package.fullname\" . }}-package\n image: {{ .Values.package.package.image.repository }}:{{ .Values.package.package.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.package.package.imagePullPolicy }}\n name: package\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.package.package.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.package.package.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"package.fullname\" . }}-package\n labels:\n {{- include \"package.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.package.type }}\n selector:\n app.kubernetes.io/instance: package\n app.kubernetes.io/name: late\n {{- include \"package.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.package.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
package:
advocacy: modeling
beretHurryOptimization: spend
diaristInfarction: cloudy
giddy: bloody
lunge: oak
memorizeDeepShop: accelerant
morbidityRaspyRhubarb: scorpion
package:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
type: ClusterIP
weakness: infant
zealous: auction
|
pigsty | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"pigsty.fullname\" . }}-pigsty\n labels:\n {{- include \"pigsty.labels\" . | nindent 4 }}\ndata:\n ANALYSIS_JELLYFISH: {{ .Values.pigsty.analysisJellyfish | quote }}\n ANNOUNCEMENT_COURTHOUSE: {{ .Values.pigsty.announcementCourthouse | quote }}\n ANYBODY: {{ .Values.pigsty.anybody | quote }}\n BOOTY_TALKING: {{ .Values.pigsty.bootyTalking | quote }}\n DENTIST_GOSSIP: {{ .Values.pigsty.dentistGossip | quote }}\n EQUIVALENT_CYCLONE: {{ .Values.pigsty.equivalentCyclone | quote }}\n FILL: {{ .Values.pigsty.fill | quote }}\n KETTLEDRUM_TRELLIS_POSTBOX: {{ .Values.pigsty.kettledrumTrellisPostbox | quote\n }}\n MATERIALISTIC_ARENA: {{ .Values.pigsty.materialisticArena | quote }}\n MOBSTER_EARDRUM_JEEP: {{ .Values.pigsty.mobsterEardrumJeep | quote }}\n OMISSION: {{ .Values.pigsty.omission | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"pigsty.fullname\" . }}-pigsty\n labels:\n {{- include \"pigsty.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: pigsty\nspec:\n replicas: {{ .Values.pigsty.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: pigsty\n app.kubernetes.io/name: baggy\n {{- include \"pigsty.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: pigsty\n app.kubernetes.io/name: baggy\n {{- include \"pigsty.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 390236c291ca17b3e7aec873112cc54e34d7cee91efd445c8a598e9bef1ff162\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"pigsty.fullname\" . }}-pigsty\n image: {{ .Values.pigsty.pigsty.image.repository }}:{{ .Values.pigsty.pigsty.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.pigsty.pigsty.imagePullPolicy }}\n name: pigsty\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.pigsty.pigsty.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.pigsty.pigsty.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"pigsty.fullname\" . }}-pigsty\n labels:\n {{- include \"pigsty.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.pigsty.type }}\n selector:\n app.kubernetes.io/instance: pigsty\n app.kubernetes.io/name: baggy\n {{- include \"pigsty.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.pigsty.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
pigsty:
analysisJellyfish: administration
announcementCourthouse: redhead
anybody: webpage
bootyTalking: business
dentistGossip: farmer
equivalentCyclone: validity
fill: cloakroom
kettledrumTrellisPostbox: rehospitalisation
materialisticArena: warden
mobsterEardrumJeep: toothpaste
omission: aggression
pigsty:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
type: ClusterIP
|
officiate | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"officiate.fullname\" . }}-officiate\n labels:\n {{- include \"officiate.labels\" . | nindent 4 }}\ndata:\n AQUATIC_POMEGRANATE: {{ .Values.officiate.aquaticPomegranate | quote }}\n HERMIT_DESTINATION_PEAR: {{ .Values.officiate.hermitDestinationPear | quote }}\n INSECTARIUM_FLOWER_BUFFET: {{ .Values.officiate.insectariumFlowerBuffet | quote\n }}\n MANKIND: {{ .Values.officiate.mankind | quote }}\n QUALIFICATION_ESPALIER_CONCERNED: {{ .Values.officiate.qualificationEspalierConcerned\n | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"officiate.fullname\" . }}-officiate\n labels:\n {{- include \"officiate.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: officiate\nspec:\n replicas: {{ .Values.officiate.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: officiate\n app.kubernetes.io/name: inhibitor\n {{- include \"officiate.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: officiate\n app.kubernetes.io/name: inhibitor\n {{- include \"officiate.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 5e7e5d00f17790424535dabf70049ec902a1acf2ce5b4439492307880e900257\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"officiate.fullname\" . }}-officiate\n image: {{ .Values.officiate.officiate.image.repository }}:{{ .Values.officiate.officiate.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.officiate.officiate.imagePullPolicy }}\n name: officiate\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.officiate.officiate.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.officiate.officiate.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"officiate.fullname\" . }}-officiate\n labels:\n {{- include \"officiate.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.officiate.type }}\n selector:\n app.kubernetes.io/instance: officiate\n app.kubernetes.io/name: inhibitor\n {{- include \"officiate.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.officiate.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
officiate:
aquaticPomegranate: silver
hermitDestinationPear: gene
insectariumFlowerBuffet: formula
mankind: mat
officiate:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
qualificationEspalierConcerned: tomography
replicas: 1
type: ClusterIP
|
crewmen | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"crewmen.fullname\" . }}-crewmen\n labels:\n {{- include \"crewmen.labels\" . | nindent 4 }}\ndata:\n CABBAGE: {{ .Values.crewmen.cabbage | quote }}\n CORE: {{ .Values.crewmen.core | quote }}\n DESIGNER_COOK: {{ .Values.crewmen.designerCook | quote }}\n DISCUSSION_CLOTHING_SESSION: {{ .Values.crewmen.discussionClothingSession | quote\n }}\n DISTORTION_SPIDER: {{ .Values.crewmen.distortionSpider | quote }}\n EMBARRASSMENT_CLOAKROOM: {{ .Values.crewmen.embarrassmentCloakroom | quote }}\n EXHAUSTION: {{ .Values.crewmen.exhaustion | quote }}\n FLOOZIE: {{ .Values.crewmen.floozie | quote }}\n FOOTAGE_PINK: {{ .Values.crewmen.footagePink | quote }}\n GOOD-BYE: {{ .Values.crewmen.goodBye | quote }}\n RIGHTFUL: {{ .Values.crewmen.rightful | quote }}\n WAD: {{ .Values.crewmen.wad | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"crewmen.fullname\" . }}-crewmen\n labels:\n {{- include \"crewmen.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: crewmen\nspec:\n replicas: {{ .Values.crewmen.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: crewmen\n app.kubernetes.io/name: drake\n {{- include \"crewmen.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: crewmen\n app.kubernetes.io/name: drake\n {{- include \"crewmen.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 79754dfafaf2130622a1e8f36d3548dc244b08a4a353d174397824ba9d35c6e9\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"crewmen.fullname\" . }}-crewmen\n image: {{ .Values.crewmen.crewmen.image.repository }}:{{ .Values.crewmen.crewmen.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.crewmen.crewmen.imagePullPolicy }}\n name: crewmen\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.crewmen.crewmen.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.crewmen.crewmen.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"crewmen.fullname\" . }}-crewmen\n labels:\n {{- include \"crewmen.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.crewmen.type }}\n selector:\n app.kubernetes.io/instance: crewmen\n app.kubernetes.io/name: drake\n {{- include \"crewmen.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.crewmen.ports | toYaml | nindent 2 -}}"
] | crewmen:
cabbage: tribe
core: softening
crewmen:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
designerCook: concert
discussionClothingSession: poignance
distortionSpider: supplement
embarrassmentCloakroom: history
exhaustion: farm
floozie: screeching
footagePink: typeface
goodBye: grace
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
rightful: deer
type: ClusterIP
wad: molar
kubernetesClusterDomain: cluster.local
|
revelation | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"revelation.fullname\" . }}-revelation\n labels:\n {{- include \"revelation.labels\" . | nindent 4 }}\ndata:\n BILLOWY: {{ .Values.revelation.billowy | quote }}\n CRY_COUNCILMAN_HIGH-RISE: {{ .Values.revelation.cryCouncilmanHighRise | quote }}\n DISPLAY_TAILBUD_MORPHOLOGY: {{ .Values.revelation.displayTailbudMorphology | quote\n }}\n EYELINER: {{ .Values.revelation.eyeliner | quote }}\n FRUIT_GREEDY: {{ .Values.revelation.fruitGreedy | quote }}\n GRUESOME_SCIENTIFIC: {{ .Values.revelation.gruesomeScientific | quote }}\n KNIFE-EDGE_SICKNESS_BIPLANE: {{ .Values.revelation.knifeEdgeSicknessBiplane | quote\n }}\n STRATEGY_IMPACT: {{ .Values.revelation.strategyImpact | quote }}\n TANGERINE_TAMALE: {{ .Values.revelation.tangerineTamale | quote }}\n TWILIGHT_SWEAR_BOUQUET: {{ .Values.revelation.twilightSwearBouquet | quote }}\n VIOLATION_APPEARANCE: {{ .Values.revelation.violationAppearance | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"revelation.fullname\" . }}-revelation\n labels:\n {{- include \"revelation.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: revelation\nspec:\n replicas: {{ .Values.revelation.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: revelation\n app.kubernetes.io/name: pumpkinseed\n {{- include \"revelation.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: revelation\n app.kubernetes.io/name: pumpkinseed\n {{- include \"revelation.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: fc03159c2c1a438c2b55568180a88291687775ce96a4d47502b90d009715b665\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"revelation.fullname\" . }}-revelation\n image: {{ .Values.revelation.revelation.image.repository }}:{{ .Values.revelation.revelation.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.revelation.revelation.imagePullPolicy }}\n name: revelation\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.revelation.revelation.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.revelation.revelation.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"revelation.fullname\" . }}-revelation\n labels:\n {{- include \"revelation.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.revelation.type }}\n selector:\n app.kubernetes.io/instance: revelation\n app.kubernetes.io/name: pumpkinseed\n {{- include \"revelation.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.revelation.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
revelation:
billowy: antling
cryCouncilmanHighRise: barbeque
displayTailbudMorphology: validate
eyeliner: ambitious
fruitGreedy: adult
gruesomeScientific: arise
knifeEdgeSicknessBiplane: fur
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
revelation:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
strategyImpact: confront
tangerineTamale: gliding
twilightSwearBouquet: pajamas
type: ClusterIP
violationAppearance: habitat
|
glee | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"glee.fullname\" . }}-glee\n labels:\n {{- include \"glee.labels\" . | nindent 4 }}\ndata:\n NATURALISATION_HUMDRUM_PUMPKIN: {{ .Values.glee.naturalisationHumdrumPumpkin |\n quote }}\n RIFLE: {{ .Values.glee.rifle | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"glee.fullname\" . }}-glee\n labels:\n {{- include \"glee.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: glee\nspec:\n replicas: {{ .Values.glee.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: glee\n app.kubernetes.io/name: unsightly\n {{- include \"glee.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: glee\n app.kubernetes.io/name: unsightly\n {{- include \"glee.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: f0c3191700a679dd97c0414f9cd0a86ac8b87b34b4f2975f55eedb32898fb09b\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"glee.fullname\" . }}-glee\n image: {{ .Values.glee.glee.image.repository }}:{{ .Values.glee.glee.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.glee.glee.imagePullPolicy }}\n name: glee\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.glee.glee.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.glee.glee.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"glee.fullname\" . }}-glee\n labels:\n {{- include \"glee.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.glee.type }}\n selector:\n app.kubernetes.io/instance: glee\n app.kubernetes.io/name: unsightly\n {{- include \"glee.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.glee.ports | toYaml | nindent 2 -}}"
] | glee:
glee:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
naturalisationHumdrumPumpkin: cell
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
rifle: acrylic
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
covariate | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"covariate.fullname\" . }}-covariate\n labels:\n {{- include \"covariate.labels\" . | nindent 4 }}\ndata:\n ANORAK_SQUEALING: {{ .Values.covariate.anorakSquealing | quote }}\n ARCHITECT: {{ .Values.covariate.architect | quote }}\n DIAM: {{ .Values.covariate.diam | quote }}\n INSPIRATION_PUFFIN: {{ .Values.covariate.inspirationPuffin | quote }}\n SURFACE: {{ .Values.covariate.surface | quote }}\n TORNADO_BLOG: {{ .Values.covariate.tornadoBlog | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"covariate.fullname\" . }}-covariate\n labels:\n {{- include \"covariate.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: covariate\nspec:\n replicas: {{ .Values.covariate.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: covariate\n app.kubernetes.io/name: stab\n {{- include \"covariate.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: covariate\n app.kubernetes.io/name: stab\n {{- include \"covariate.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: dc155dda6abdc2cbbac2354470f8b156d51ce21cb5f3eab65ff8e4b200ea3100\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"covariate.fullname\" . }}-covariate\n image: {{ .Values.covariate.covariate.image.repository }}:{{ .Values.covariate.covariate.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.covariate.covariate.imagePullPolicy }}\n name: covariate\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.covariate.covariate.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.covariate.covariate.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"covariate.fullname\" . }}-covariate\n labels:\n {{- include \"covariate.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.covariate.type }}\n selector:\n app.kubernetes.io/instance: covariate\n app.kubernetes.io/name: stab\n {{- include \"covariate.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.covariate.ports | toYaml | nindent 2 -}}"
] | covariate:
anorakSquealing: collection
architect: govern
covariate:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
diam: arrest
inspirationPuffin: gondola
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
surface: bucket
tornadoBlog: draconian
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
malnutrition | [
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"malnutrition.fullname\" . }}-malnutrition\n labels:\n {{- include \"malnutrition.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: malnutrition\nspec:\n replicas: {{ .Values.malnutrition.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: malnutrition\n app.kubernetes.io/name: decadence\n {{- include \"malnutrition.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: malnutrition\n app.kubernetes.io/name: decadence\n {{- include \"malnutrition.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n image: {{ .Values.malnutrition.malnutrition.image.repository }}:{{ .Values.malnutrition.malnutrition.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.malnutrition.malnutrition.imagePullPolicy }}\n name: malnutrition\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.malnutrition.malnutrition.resources | nindent 10\n }}\n securityContext: {{- toYaml .Values.malnutrition.malnutrition.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"malnutrition.fullname\" . }}-malnutrition\n labels:\n {{- include \"malnutrition.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.malnutrition.type }}\n selector:\n app.kubernetes.io/instance: malnutrition\n app.kubernetes.io/name: decadence\n {{- include \"malnutrition.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.malnutrition.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
malnutrition:
malnutrition:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
type: ClusterIP
|
divergent | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"divergent.fullname\" . }}-divergent\n labels:\n {{- include \"divergent.labels\" . | nindent 4 }}\ndata:\n BEET: {{ .Values.divergent.beet | quote }}\n FEEDING_CHAFE: {{ .Values.divergent.feedingChafe | quote }}\n WHITE: {{ .Values.divergent.white | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"divergent.fullname\" . }}-divergent\n labels:\n {{- include \"divergent.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: divergent\nspec:\n replicas: {{ .Values.divergent.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: divergent\n app.kubernetes.io/name: authorization\n {{- include \"divergent.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: divergent\n app.kubernetes.io/name: authorization\n {{- include \"divergent.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 89fa9ab3d88024b0eab4027a2f93893ca91b76cb64044b1c6eefe988fb39a3c3\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"divergent.fullname\" . }}-divergent\n image: {{ .Values.divergent.divergent.image.repository }}:{{ .Values.divergent.divergent.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.divergent.divergent.imagePullPolicy }}\n name: divergent\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.divergent.divergent.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.divergent.divergent.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"divergent.fullname\" . }}-divergent\n labels:\n {{- include \"divergent.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.divergent.type }}\n selector:\n app.kubernetes.io/instance: divergent\n app.kubernetes.io/name: authorization\n {{- include \"divergent.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.divergent.ports | toYaml | nindent 2 -}}"
] | divergent:
beet: neuron
divergent:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
feedingChafe: cool
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
type: ClusterIP
white: vegetable
kubernetesClusterDomain: cluster.local
|
proliferation | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"proliferation.fullname\" . }}-proliferation\n labels:\n {{- include \"proliferation.labels\" . | nindent 4 }}\ndata:\n ETHEREAL: {{ .Values.proliferation.ethereal | quote }}\n JACK_IMPOSTOR_SIDE: {{ .Values.proliferation.jackImpostorSide | quote }}\n MONITORING: {{ .Values.proliferation.monitoring | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"proliferation.fullname\" . }}-proliferation\n labels:\n {{- include \"proliferation.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: proliferation\nspec:\n replicas: {{ .Values.proliferation.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: proliferation\n app.kubernetes.io/name: knowledgeable\n {{- include \"proliferation.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: proliferation\n app.kubernetes.io/name: knowledgeable\n {{- include \"proliferation.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 20de9a8a428c887331248d0e0b5405c690f1d5a6f574d6a43ef6394d7feb82c3\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"proliferation.fullname\" . }}-proliferation\n image: {{ .Values.proliferation.proliferation.image.repository }}:{{ .Values.proliferation.proliferation.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.proliferation.proliferation.imagePullPolicy }}\n name: proliferation\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.proliferation.proliferation.resources | nindent 10\n }}\n securityContext: {{- toYaml .Values.proliferation.proliferation.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"proliferation.fullname\" . }}-proliferation\n labels:\n {{- include \"proliferation.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.proliferation.type }}\n selector:\n app.kubernetes.io/instance: proliferation\n app.kubernetes.io/name: knowledgeable\n {{- include \"proliferation.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.proliferation.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
proliferation:
ethereal: boolean
jackImpostorSide: existence
monitoring: sun
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
proliferation:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
replicas: 1
type: ClusterIP
|
oar | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"oar.fullname\" . }}-oar\n labels:\n {{- include \"oar.labels\" . | nindent 4 }}\ndata:\n BOOKLET_REORGANISATION: {{ .Values.oar.bookletReorganisation | quote }}\n CAMPAIGN: {{ .Values.oar.campaign | quote }}\n CATALYST_RAGGED: {{ .Values.oar.catalystRagged | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"oar.fullname\" . }}-oar\n labels:\n {{- include \"oar.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: oar\nspec:\n replicas: {{ .Values.oar.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: oar\n app.kubernetes.io/name: crisp\n {{- include \"oar.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: oar\n app.kubernetes.io/name: crisp\n {{- include \"oar.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 4f2bf0b41a765d8685945126d001d481254fbd7259c832e9539b8243b4769c2a\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"oar.fullname\" . }}-oar\n image: {{ .Values.oar.oar.image.repository }}:{{ .Values.oar.oar.image.tag | default\n .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.oar.oar.imagePullPolicy }}\n name: oar\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.oar.oar.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.oar.oar.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"oar.fullname\" . }}-oar\n labels:\n {{- include \"oar.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.oar.type }}\n selector:\n app.kubernetes.io/instance: oar\n app.kubernetes.io/name: crisp\n {{- include \"oar.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.oar.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
oar:
bookletReorganisation: mistake
campaign: bidder
catalystRagged: disapprove
oar:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
type: ClusterIP
|
legacy | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"legacy.fullname\" . }}-legacy\n labels:\n {{- include \"legacy.labels\" . | nindent 4 }}\ndata:\n ADOPT_FAITH_GREEN: {{ .Values.legacy.adoptFaithGreen | quote }}\n CALCULATION_FINALIZE_MEDAL: {{ .Values.legacy.calculationFinalizeMedal | quote\n }}\n EXCESS_STOLE_STUDIO: {{ .Values.legacy.excessStoleStudio | quote }}\n HARMONY_CRYSTAL: {{ .Values.legacy.harmonyCrystal | quote }}\n INEQUALITY_SEMANTICS: {{ .Values.legacy.inequalitySemantics | quote }}\n MARSHLAND: {{ .Values.legacy.marshland | quote }}\n MEN: {{ .Values.legacy.men | quote }}\n PULL: {{ .Values.legacy.pull | quote }}\n RIVER_DIVALENT_CONTINGENCY: {{ .Values.legacy.riverDivalentContingency | quote\n }}\n STRANGE: {{ .Values.legacy.strange | quote }}\n UTILITY_GLASS_BROCOLLI: {{ .Values.legacy.utilityGlassBrocolli | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"legacy.fullname\" . }}-legacy\n labels:\n {{- include \"legacy.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: legacy\nspec:\n replicas: {{ .Values.legacy.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: legacy\n app.kubernetes.io/name: soprano\n {{- include \"legacy.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: legacy\n app.kubernetes.io/name: soprano\n {{- include \"legacy.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 4c58cef1a943cff61a2ab74fbee98850545e75bf50d8c32fc0bf2e80e9750e51\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"legacy.fullname\" . }}-legacy\n image: {{ .Values.legacy.legacy.image.repository }}:{{ .Values.legacy.legacy.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.legacy.legacy.imagePullPolicy }}\n name: legacy\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.legacy.legacy.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.legacy.legacy.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"legacy.fullname\" . }}-legacy\n labels:\n {{- include \"legacy.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.legacy.type }}\n selector:\n app.kubernetes.io/instance: legacy\n app.kubernetes.io/name: soprano\n {{- include \"legacy.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.legacy.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
legacy:
adoptFaithGreen: hydrolysis
calculationFinalizeMedal: needle
excessStoleStudio: rock
harmonyCrystal: inflation
inequalitySemantics: starter
legacy:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
marshland: subroutine
men: crawdad
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
pull: hammock
replicas: 1
riverDivalentContingency: hostel
strange: beggar
type: ClusterIP
utilityGlassBrocolli: concrete
|
Subsets and Splits