chart_name
stringlengths
3
17
templates
sequence
values
stringlengths
406
755
speaking
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"speaking.fullname\" . }}-speaking\n labels:\n {{- include \"speaking.labels\" . | nindent 4 }}\ndata:\n CLUTCH_NOTEPAD: {{ .Values.speaking.clutchNotepad | quote }}\n LAP: {{ .Values.speaking.lap | quote }}\n OBEISANT_FRICTION_STOP: {{ .Values.speaking.obeisantFrictionStop | quote }}\n REFLECTION: {{ .Values.speaking.reflection | quote }}\n STUFF_DEDUCTION: {{ .Values.speaking.stuffDeduction | quote }}\n VILLA: {{ .Values.speaking.villa | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"speaking.fullname\" . }}-speaking\n labels:\n {{- include \"speaking.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: speaking\nspec:\n replicas: {{ .Values.speaking.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: speaking\n app.kubernetes.io/name: fedelini\n {{- include \"speaking.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: speaking\n app.kubernetes.io/name: fedelini\n {{- include \"speaking.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: f3d7d041d0d5ca2f17d9d5c5dd218726b03d1d6ad168663fa361eace9052d0c0\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"speaking.fullname\" . }}-speaking\n image: {{ .Values.speaking.speaking.image.repository }}:{{ .Values.speaking.speaking.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.speaking.speaking.imagePullPolicy }}\n name: speaking\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.speaking.speaking.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.speaking.speaking.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"speaking.fullname\" . }}-speaking\n labels:\n {{- include \"speaking.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.speaking.type }}\n selector:\n app.kubernetes.io/instance: speaking\n app.kubernetes.io/name: fedelini\n {{- include \"speaking.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.speaking.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local speaking: clutchNotepad: hermit lap: shallot obeisantFrictionStop: slider ports: - name: http port: 80 protocol: TCP targetPort: http reflection: tonality replicas: 1 speaking: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi stuffDeduction: magical type: ClusterIP villa: hotdog
duel
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"duel.fullname\" . }}-duel\n labels:\n {{- include \"duel.labels\" . | nindent 4 }}\ndata:\n BANDWIDTH_TRAMP: {{ .Values.duel.bandwidthTramp | quote }}\n BANKING: {{ .Values.duel.banking | quote }}\n HEARING: {{ .Values.duel.hearing | quote }}\n INTELLIGENCE: {{ .Values.duel.intelligence | quote }}\n NOXIOUS_PEN_CAROTENE: {{ .Values.duel.noxiousPenCarotene | quote }}\n POSSIBILITY_UNDERWRITING: {{ .Values.duel.possibilityUnderwriting | quote }}\n PRINCIPLE_TAN: {{ .Values.duel.principleTan | quote }}\n SILENCE_SUSHI: {{ .Values.duel.silenceSushi | quote }}\n SUITE_BISCUIT_SPICY: {{ .Values.duel.suiteBiscuitSpicy | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"duel.fullname\" . }}-duel\n labels:\n {{- include \"duel.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: duel\nspec:\n replicas: {{ .Values.duel.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: duel\n app.kubernetes.io/name: chess\n {{- include \"duel.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: duel\n app.kubernetes.io/name: chess\n {{- include \"duel.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 7e9e7e2f17817ea9a63ec88ce2115e5df81c06685b0db9cac82766e0c0e7dea9\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"duel.fullname\" . }}-duel\n image: {{ .Values.duel.duel.image.repository }}:{{ .Values.duel.duel.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.duel.duel.imagePullPolicy }}\n name: duel\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.duel.duel.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.duel.duel.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"duel.fullname\" . }}-duel\n labels:\n {{- include \"duel.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.duel.type }}\n selector:\n app.kubernetes.io/instance: duel\n app.kubernetes.io/name: chess\n {{- include \"duel.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.duel.ports | toYaml | nindent 2 -}}" ]
duel: bandwidthTramp: puma banking: minor-league duel: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi hearing: snowplow intelligence: protocol noxiousPenCarotene: affiliate ports: - name: http port: 80 protocol: TCP targetPort: http possibilityUnderwriting: crib principleTan: microwave replicas: 1 silenceSushi: subject suiteBiscuitSpicy: specify type: ClusterIP kubernetesClusterDomain: cluster.local
adjective
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"adjective.fullname\" . }}-adjective\n labels:\n {{- include \"adjective.labels\" . | nindent 4 }}\ndata:\n APPLEWOOD: {{ .Values.adjective.applewood | quote }}\n DO: {{ .Values.adjective.do | quote }}\n HARD-HAT_EMAIL_ICICLE: {{ .Values.adjective.hardHatEmailIcicle | quote }}\n MIDWIFE_WATERY_PROFESS: {{ .Values.adjective.midwifeWateryProfess | quote }}\n SEW_EX-HUSBAND_EQUITY: {{ .Values.adjective.sewExHusbandEquity | quote }}\n SMITH: {{ .Values.adjective.smith | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"adjective.fullname\" . }}-adjective\n labels:\n {{- include \"adjective.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: adjective\nspec:\n replicas: {{ .Values.adjective.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: adjective\n app.kubernetes.io/name: gemsbok\n {{- include \"adjective.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: adjective\n app.kubernetes.io/name: gemsbok\n {{- include \"adjective.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: b949b85dbd610ad201da240eb37c0c7783726117df26c6d7448a23809929dc4b\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"adjective.fullname\" . }}-adjective\n image: {{ .Values.adjective.adjective.image.repository }}:{{ .Values.adjective.adjective.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.adjective.adjective.imagePullPolicy }}\n name: adjective\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.adjective.adjective.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.adjective.adjective.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"adjective.fullname\" . }}-adjective\n labels:\n {{- include \"adjective.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.adjective.type }}\n selector:\n app.kubernetes.io/instance: adjective\n app.kubernetes.io/name: gemsbok\n {{- include \"adjective.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.adjective.ports | toYaml | nindent 2 -}}" ]
adjective: adjective: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi applewood: production do: latte hardHatEmailIcicle: plier midwifeWateryProfess: colonialism ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 sewExHusbandEquity: soprano smith: side type: ClusterIP kubernetesClusterDomain: cluster.local
detainee
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"detainee.fullname\" . }}-detainee\n labels:\n {{- include \"detainee.labels\" . | nindent 4 }}\ndata:\n THRONE_RUBBER_CONCERNED: {{ .Values.detainee.throneRubberConcerned | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"detainee.fullname\" . }}-detainee\n labels:\n {{- include \"detainee.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: detainee\nspec:\n replicas: {{ .Values.detainee.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: detainee\n app.kubernetes.io/name: stress\n {{- include \"detainee.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: detainee\n app.kubernetes.io/name: stress\n {{- include \"detainee.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 0487e4b90f29819f4f4a78e34e99e31b16e838b3f8bf4dc5e587b86344080922\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"detainee.fullname\" . }}-detainee\n image: {{ .Values.detainee.detainee.image.repository }}:{{ .Values.detainee.detainee.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.detainee.detainee.imagePullPolicy }}\n name: detainee\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.detainee.detainee.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.detainee.detainee.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"detainee.fullname\" . }}-detainee\n labels:\n {{- include \"detainee.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.detainee.type }}\n selector:\n app.kubernetes.io/instance: detainee\n app.kubernetes.io/name: stress\n {{- include \"detainee.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.detainee.ports | toYaml | nindent 2 -}}" ]
detainee: detainee: 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 throneRubberConcerned: happiness type: ClusterIP kubernetesClusterDomain: cluster.local
loincloth
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"loincloth.fullname\" . }}-loincloth\n labels:\n {{- include \"loincloth.labels\" . | nindent 4 }}\ndata:\n CAROL_DEATH_FACILITATE: {{ .Values.loincloth.carolDeathFacilitate | quote }}\n CHEERFUL_FINANCE: {{ .Values.loincloth.cheerfulFinance | quote }}\n CONVERSION: {{ .Values.loincloth.conversion | quote }}\n DINGHY_MAINSTREAM_MERIDIAN: {{ .Values.loincloth.dinghyMainstreamMeridian | quote\n }}\n DRAMATIC_GRAPE: {{ .Values.loincloth.dramaticGrape | quote }}\n DUST STORM_DAPPER: {{ .Values.loincloth.dustStormDapper | quote }}\n GRANT_TOWNSHIP: {{ .Values.loincloth.grantTownship | quote }}\n HIPPODROME: {{ .Values.loincloth.hippodrome | quote }}\n OUTSET_SUFFER: {{ .Values.loincloth.outsetSuffer | quote }}\n SCRIPT_CEASELESS: {{ .Values.loincloth.scriptCeaseless | quote }}\n SEEMLY_NATIONALITY_SOFA: {{ .Values.loincloth.seemlyNationalitySofa | quote }}\n SERVICE_LAUNDRY_SNUCK: {{ .Values.loincloth.serviceLaundrySnuck | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"loincloth.fullname\" . }}-loincloth\n labels:\n {{- include \"loincloth.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: loincloth\nspec:\n replicas: {{ .Values.loincloth.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: loincloth\n app.kubernetes.io/name: corridor\n {{- include \"loincloth.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: loincloth\n app.kubernetes.io/name: corridor\n {{- include \"loincloth.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 526def9917ee821cf20ca733871bee54e769245df2fabe4b5d66c82191464328\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"loincloth.fullname\" . }}-loincloth\n image: {{ .Values.loincloth.loincloth.image.repository }}:{{ .Values.loincloth.loincloth.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.loincloth.loincloth.imagePullPolicy }}\n name: loincloth\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.loincloth.loincloth.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.loincloth.loincloth.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"loincloth.fullname\" . }}-loincloth\n labels:\n {{- include \"loincloth.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.loincloth.type }}\n selector:\n app.kubernetes.io/instance: loincloth\n app.kubernetes.io/name: corridor\n {{- include \"loincloth.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.loincloth.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local loincloth: carolDeathFacilitate: symbol cheerfulFinance: reinscription conversion: skullcap dinghyMainstreamMeridian: bafflement dramaticGrape: arrange dustStormDapper: midnight grantTownship: addition hippodrome: chem loincloth: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi outsetSuffer: pantology ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 scriptCeaseless: vertigo seemlyNationalitySofa: world serviceLaundrySnuck: invader type: ClusterIP
ape
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"ape.fullname\" . }}-ape\n labels:\n {{- include \"ape.labels\" . | nindent 4 }}\ndata:\n MARKETING: {{ .Values.ape.marketing | quote }}\n WISE_COKE: {{ .Values.ape.wiseCoke | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"ape.fullname\" . }}-ape\n labels:\n {{- include \"ape.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: ape\nspec:\n replicas: {{ .Values.ape.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: ape\n app.kubernetes.io/name: dahlia\n {{- include \"ape.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: ape\n app.kubernetes.io/name: dahlia\n {{- include \"ape.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 81e7471962da1fbc673180b41d466e6b0c192d121a40c64e8e4be24a2906e8ea\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"ape.fullname\" . }}-ape\n image: {{ .Values.ape.ape.image.repository }}:{{ .Values.ape.ape.image.tag | default\n .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.ape.ape.imagePullPolicy }}\n name: ape\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.ape.ape.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.ape.ape.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"ape.fullname\" . }}-ape\n labels:\n {{- include \"ape.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.ape.type }}\n selector:\n app.kubernetes.io/instance: ape\n app.kubernetes.io/name: dahlia\n {{- include \"ape.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.ape.ports | toYaml | nindent 2 -}}" ]
ape: ape: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi marketing: picket ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 type: ClusterIP wiseCoke: collapse kubernetesClusterDomain: cluster.local
appreciate
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"appreciate.fullname\" . }}-appreciate\n labels:\n {{- include \"appreciate.labels\" . | nindent 4 }}\ndata:\n ALIAS_SOOTHE_CURTAIN: {{ .Values.appreciate.aliasSootheCurtain | quote }}\n CARTER_SATISFY: {{ .Values.appreciate.carterSatisfy | quote }}\n GLEN_DISCIPLINE_REGISTRY: {{ .Values.appreciate.glenDisciplineRegistry | quote\n }}\n RAMBUNCTIOUS_AIRBAG: {{ .Values.appreciate.rambunctiousAirbag | quote }}\n STRUDEL_INHABITANT: {{ .Values.appreciate.strudelInhabitant | quote }}\n TERRIFY_TASTEFUL_HARMONICA: {{ .Values.appreciate.terrifyTastefulHarmonica | quote\n }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"appreciate.fullname\" . }}-appreciate\n labels:\n {{- include \"appreciate.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: appreciate\nspec:\n replicas: {{ .Values.appreciate.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: appreciate\n app.kubernetes.io/name: antibody\n {{- include \"appreciate.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: appreciate\n app.kubernetes.io/name: antibody\n {{- include \"appreciate.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 2e594b08e5ac892976661c224811755d805925fdba3bf7158849cc5f50bae639\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"appreciate.fullname\" . }}-appreciate\n image: {{ .Values.appreciate.appreciate.image.repository }}:{{ .Values.appreciate.appreciate.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.appreciate.appreciate.imagePullPolicy }}\n name: appreciate\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.appreciate.appreciate.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.appreciate.appreciate.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"appreciate.fullname\" . }}-appreciate\n labels:\n {{- include \"appreciate.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.appreciate.type }}\n selector:\n app.kubernetes.io/instance: appreciate\n app.kubernetes.io/name: antibody\n {{- include \"appreciate.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.appreciate.ports | toYaml | nindent 2 -}}" ]
appreciate: aliasSootheCurtain: deadpan appreciate: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi carterSatisfy: blot glenDisciplineRegistry: hybridization ports: - name: http port: 80 protocol: TCP targetPort: http rambunctiousAirbag: gateway replicas: 1 strudelInhabitant: horn terrifyTastefulHarmonica: bowler type: ClusterIP kubernetesClusterDomain: cluster.local
connotation
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"connotation.fullname\" . }}-connotation\n labels:\n {{- include \"connotation.labels\" . | nindent 4 }}\ndata:\n BACKUP_GRAFT: {{ .Values.connotation.backupGraft | quote }}\n BRILLIANT: {{ .Values.connotation.brilliant | quote }}\n CAPRICIOUS: {{ .Values.connotation.capricious | quote }}\n FLOOZIE: {{ .Values.connotation.floozie | quote }}\n GENIUS_BIRD_HONESTY: {{ .Values.connotation.geniusBirdHonesty | quote }}\n INSOLENCE_BARITONE: {{ .Values.connotation.insolenceBaritone | quote }}\n PERFECTION: {{ .Values.connotation.perfection | quote }}\n RUTABAGA: {{ .Values.connotation.rutabaga | quote }}\n TRAPEZIUM_FORAY: {{ .Values.connotation.trapeziumForay | quote }}\n WHIRLWIND_TESTY: {{ .Values.connotation.whirlwindTesty | quote }}\n WRATHFUL: {{ .Values.connotation.wrathful | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"connotation.fullname\" . }}-connotation\n labels:\n {{- include \"connotation.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: connotation\nspec:\n replicas: {{ .Values.connotation.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: connotation\n app.kubernetes.io/name: plausible\n {{- include \"connotation.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: connotation\n app.kubernetes.io/name: plausible\n {{- include \"connotation.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 8ebbead9167a7fb1c9a8a4ac1a87102b01f220795f870dab465c9c94bc6157fb\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"connotation.fullname\" . }}-connotation\n image: {{ .Values.connotation.connotation.image.repository }}:{{ .Values.connotation.connotation.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.connotation.connotation.imagePullPolicy }}\n name: connotation\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.connotation.connotation.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.connotation.connotation.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"connotation.fullname\" . }}-connotation\n labels:\n {{- include \"connotation.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.connotation.type }}\n selector:\n app.kubernetes.io/instance: connotation\n app.kubernetes.io/name: plausible\n {{- include \"connotation.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.connotation.ports | toYaml | nindent 2 -}}" ]
connotation: backupGraft: mixer brilliant: chuck capricious: seeker connotation: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi floozie: tweezers geniusBirdHonesty: farming insolenceBaritone: beer perfection: slay ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 rutabaga: decorous trapeziumForay: forelimb type: ClusterIP whirlwindTesty: libido wrathful: dragon kubernetesClusterDomain: cluster.local
entree
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"entree.fullname\" . }}-entree\n labels:\n {{- include \"entree.labels\" . | nindent 4 }}\ndata:\n CORN: {{ .Values.entree.corn | quote }}\n DECADE_DIAPER: {{ .Values.entree.decadeDiaper | quote }}\n MUFFIN: {{ .Values.entree.muffin | quote }}\n SYNTHESIS_SNUGGLE_MESSENGER: {{ .Values.entree.synthesisSnuggleMessenger | quote\n }}\n ULTRA: {{ .Values.entree.ultra | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"entree.fullname\" . }}-entree\n labels:\n {{- include \"entree.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: entree\nspec:\n replicas: {{ .Values.entree.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: entree\n app.kubernetes.io/name: error\n {{- include \"entree.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: entree\n app.kubernetes.io/name: error\n {{- include \"entree.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 25f1a13ec9cdf462af85bd8c4a57319a9ff18f55ea2e56e6364918bcf61fb716\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"entree.fullname\" . }}-entree\n image: {{ .Values.entree.entree.image.repository }}:{{ .Values.entree.entree.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.entree.entree.imagePullPolicy }}\n name: entree\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.entree.entree.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.entree.entree.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"entree.fullname\" . }}-entree\n labels:\n {{- include \"entree.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.entree.type }}\n selector:\n app.kubernetes.io/instance: entree\n app.kubernetes.io/name: error\n {{- include \"entree.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.entree.ports | toYaml | nindent 2 -}}" ]
entree: corn: disgust decadeDiaper: exposure entree: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi muffin: car ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 synthesisSnuggleMessenger: toenail type: ClusterIP ultra: layout kubernetesClusterDomain: cluster.local
micronutrient
[ "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"micronutrient.fullname\" . }}-micronutrient\n labels:\n {{- include \"micronutrient.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: micronutrient\nspec:\n replicas: {{ .Values.micronutrient.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: micronutrient\n app.kubernetes.io/name: revascularization\n {{- include \"micronutrient.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: micronutrient\n app.kubernetes.io/name: revascularization\n {{- include \"micronutrient.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.micronutrient.micronutrient.image.repository }}:{{ .Values.micronutrient.micronutrient.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.micronutrient.micronutrient.imagePullPolicy }}\n name: micronutrient\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.micronutrient.micronutrient.resources | nindent 10\n }}\n securityContext: {{- toYaml .Values.micronutrient.micronutrient.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"micronutrient.fullname\" . }}-micronutrient\n labels:\n {{- include \"micronutrient.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.micronutrient.type }}\n selector:\n app.kubernetes.io/instance: micronutrient\n app.kubernetes.io/name: revascularization\n {{- include \"micronutrient.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.micronutrient.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local micronutrient: micronutrient: 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
witty
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"witty.fullname\" . }}-witty\n labels:\n {{- include \"witty.labels\" . | nindent 4 }}\ndata:\n ALDER_PINT: {{ .Values.witty.alderPint | quote }}\n ARMOUR_STEP-FATHER_MAGNITUDE: {{ .Values.witty.armourStepFatherMagnitude | quote\n }}\n BIRTH_COLLOQUY: {{ .Values.witty.birthColloquy | quote }}\n CARD: {{ .Values.witty.card | quote }}\n CARPET: {{ .Values.witty.carpet | quote }}\n CORNMEAL: {{ .Values.witty.cornmeal | quote }}\n HAMBURGER_TENNIS: {{ .Values.witty.hamburgerTennis | quote }}\n LUXURY_SYNDROME: {{ .Values.witty.luxurySyndrome | quote }}\n PEONY_VETERAN: {{ .Values.witty.peonyVeteran | quote }}\n SELF-CONTROL: {{ .Values.witty.selfControl | quote }}\n STEP_LOX_SKELETON: {{ .Values.witty.stepLoxSkeleton | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"witty.fullname\" . }}-witty\n labels:\n {{- include \"witty.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: witty\nspec:\n replicas: {{ .Values.witty.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: witty\n app.kubernetes.io/name: mansard\n {{- include \"witty.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: witty\n app.kubernetes.io/name: mansard\n {{- include \"witty.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 0328d070999f08effe3ae575951f78d781a2b73e873b8aaa2dfa80cca5f3e9a2\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"witty.fullname\" . }}-witty\n image: {{ .Values.witty.witty.image.repository }}:{{ .Values.witty.witty.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.witty.witty.imagePullPolicy }}\n name: witty\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.witty.witty.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.witty.witty.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"witty.fullname\" . }}-witty\n labels:\n {{- include \"witty.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.witty.type }}\n selector:\n app.kubernetes.io/instance: witty\n app.kubernetes.io/name: mansard\n {{- include \"witty.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.witty.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local witty: alderPint: loss armourStepFatherMagnitude: statement birthColloquy: primary card: scholar carpet: surge cornmeal: eliminate hamburgerTennis: compare luxurySyndrome: carpet peonyVeteran: atheist ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 selfControl: plagiarism stepLoxSkeleton: jockey type: ClusterIP witty: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi
jumpsuit
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"jumpsuit.fullname\" . }}-jumpsuit\n labels:\n {{- include \"jumpsuit.labels\" . | nindent 4 }}\ndata:\n CHOWDER: {{ .Values.jumpsuit.chowder | quote }}\n DIALECT_PHENOTYPE_SPLEEN: {{ .Values.jumpsuit.dialectPhenotypeSpleen | quote }}\n LEVERAGE: {{ .Values.jumpsuit.leverage | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"jumpsuit.fullname\" . }}-jumpsuit\n labels:\n {{- include \"jumpsuit.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: jumpsuit\nspec:\n replicas: {{ .Values.jumpsuit.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: jumpsuit\n app.kubernetes.io/name: aspect\n {{- include \"jumpsuit.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: jumpsuit\n app.kubernetes.io/name: aspect\n {{- include \"jumpsuit.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 2edbde33ebb9ad08df30bd0f9cd65efff0f56c6120e89fb74d3030d1da2348bc\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"jumpsuit.fullname\" . }}-jumpsuit\n image: {{ .Values.jumpsuit.jumpsuit.image.repository }}:{{ .Values.jumpsuit.jumpsuit.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.jumpsuit.jumpsuit.imagePullPolicy }}\n name: jumpsuit\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.jumpsuit.jumpsuit.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.jumpsuit.jumpsuit.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"jumpsuit.fullname\" . }}-jumpsuit\n labels:\n {{- include \"jumpsuit.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.jumpsuit.type }}\n selector:\n app.kubernetes.io/instance: jumpsuit\n app.kubernetes.io/name: aspect\n {{- include \"jumpsuit.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.jumpsuit.ports | toYaml | nindent 2 -}}" ]
jumpsuit: chowder: stall dialectPhenotypeSpleen: crown jumpsuit: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi leverage: sill ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 type: ClusterIP kubernetesClusterDomain: cluster.local
dandelion
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"dandelion.fullname\" . }}-dandelion\n labels:\n {{- include \"dandelion.labels\" . | nindent 4 }}\ndata:\n ABSTRACTED: {{ .Values.dandelion.abstracted | quote }}\n BRIEFLY_HORSERADISH_FREON: {{ .Values.dandelion.brieflyHorseradishFreon | quote\n }}\n CAROTENE_VERSE: {{ .Values.dandelion.caroteneVerse | quote }}\n COMPULSION: {{ .Values.dandelion.compulsion | quote }}\n EXPECTATION: {{ .Values.dandelion.expectation | quote }}\n LIGHTSCREEN_FEN: {{ .Values.dandelion.lightscreenFen | quote }}\n MENORAH: {{ .Values.dandelion.menorah | quote }}\n POOL: {{ .Values.dandelion.pool | quote }}\n SHADOW_CRIME: {{ .Values.dandelion.shadowCrime | quote }}\n SWITCHING_TERRITORY: {{ .Values.dandelion.switchingTerritory | quote }}\n TATTLER_KENNEL: {{ .Values.dandelion.tattlerKennel | quote }}\n WORD: {{ .Values.dandelion.word | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"dandelion.fullname\" . }}-dandelion\n labels:\n {{- include \"dandelion.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: dandelion\nspec:\n replicas: {{ .Values.dandelion.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: dandelion\n app.kubernetes.io/name: affair\n {{- include \"dandelion.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: dandelion\n app.kubernetes.io/name: affair\n {{- include \"dandelion.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 92860a838b2567336c9b4a146a1f337dca1ae06ef655b1c0b3ba0c1cef5e2115\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"dandelion.fullname\" . }}-dandelion\n image: {{ .Values.dandelion.dandelion.image.repository }}:{{ .Values.dandelion.dandelion.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.dandelion.dandelion.imagePullPolicy }}\n name: dandelion\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.dandelion.dandelion.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.dandelion.dandelion.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"dandelion.fullname\" . }}-dandelion\n labels:\n {{- include \"dandelion.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.dandelion.type }}\n selector:\n app.kubernetes.io/instance: dandelion\n app.kubernetes.io/name: affair\n {{- include \"dandelion.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.dandelion.ports | toYaml | nindent 2 -}}" ]
dandelion: abstracted: relish brieflyHorseradishFreon: microlending caroteneVerse: counselor compulsion: goodnight dandelion: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi expectation: baggie lightscreenFen: gunpowder menorah: pattern pool: nothing ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 shadowCrime: memo switchingTerritory: petticoat tattlerKennel: grease type: ClusterIP word: appendix kubernetesClusterDomain: cluster.local
mutt
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"mutt.fullname\" . }}-mutt\n labels:\n {{- include \"mutt.labels\" . | nindent 4 }}\ndata:\n ALLOW_BEHOLD_EXTEND: {{ .Values.mutt.allowBeholdExtend | quote }}\n BUMPER_CHANGEABLE: {{ .Values.mutt.bumperChangeable | quote }}\n MIGHT_OFFENCE_SARI: {{ .Values.mutt.mightOffenceSari | quote }}\n MYCOPLASMA_MECHANISM_TADPOLE: {{ .Values.mutt.mycoplasmaMechanismTadpole | quote\n }}\n REPLACE_LYMPHOCYTE: {{ .Values.mutt.replaceLymphocyte | quote }}\n VITALITY_APATHETIC_ALLOCATION: {{ .Values.mutt.vitalityApatheticAllocation | quote\n }}\n WHOLESALER_ASSESS_VAGUE: {{ .Values.mutt.wholesalerAssessVague | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"mutt.fullname\" . }}-mutt\n labels:\n {{- include \"mutt.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: mutt\nspec:\n replicas: {{ .Values.mutt.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: mutt\n app.kubernetes.io/name: yoyo\n {{- include \"mutt.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: mutt\n app.kubernetes.io/name: yoyo\n {{- include \"mutt.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: c0384ade71880f052339b1df1b83a0e30897272aa9fae9e4b2ac4ca5d32d12b8\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"mutt.fullname\" . }}-mutt\n image: {{ .Values.mutt.mutt.image.repository }}:{{ .Values.mutt.mutt.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.mutt.mutt.imagePullPolicy }}\n name: mutt\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.mutt.mutt.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.mutt.mutt.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"mutt.fullname\" . }}-mutt\n labels:\n {{- include \"mutt.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.mutt.type }}\n selector:\n app.kubernetes.io/instance: mutt\n app.kubernetes.io/name: yoyo\n {{- include \"mutt.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.mutt.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local mutt: allowBeholdExtend: sleuth bumperChangeable: congregation mightOffenceSari: transplantation mutt: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi mycoplasmaMechanismTadpole: morbid ports: - name: http port: 80 protocol: TCP targetPort: http replaceLymphocyte: bowler replicas: 1 type: ClusterIP vitalityApatheticAllocation: successful wholesalerAssessVague: clarinet
nutmeg
[ "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"nutmeg.fullname\" . }}-nutmeg\n labels:\n {{- include \"nutmeg.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: nutmeg\nspec:\n replicas: {{ .Values.nutmeg.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: nutmeg\n app.kubernetes.io/name: fir\n {{- include \"nutmeg.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: nutmeg\n app.kubernetes.io/name: fir\n {{- include \"nutmeg.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.nutmeg.nutmeg.image.repository }}:{{ .Values.nutmeg.nutmeg.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.nutmeg.nutmeg.imagePullPolicy }}\n name: nutmeg\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.nutmeg.nutmeg.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.nutmeg.nutmeg.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"nutmeg.fullname\" . }}-nutmeg\n labels:\n {{- include \"nutmeg.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.nutmeg.type }}\n selector:\n app.kubernetes.io/instance: nutmeg\n app.kubernetes.io/name: fir\n {{- include \"nutmeg.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.nutmeg.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local nutmeg: nutmeg: 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
attic
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"attic.fullname\" . }}-attic\n labels:\n {{- include \"attic.labels\" . | nindent 4 }}\ndata:\n CHARITY_FIERY_CIRCUMSTANCE: {{ .Values.attic.charityFieryCircumstance | quote }}\n DASH: {{ .Values.attic.dash | quote }}\n FEW_CHUNKY_TORTELLINI: {{ .Values.attic.fewChunkyTortellini | quote }}\n STORY_DOING: {{ .Values.attic.storyDoing | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"attic.fullname\" . }}-attic\n labels:\n {{- include \"attic.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: attic\nspec:\n replicas: {{ .Values.attic.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: attic\n app.kubernetes.io/name: owe\n {{- include \"attic.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: attic\n app.kubernetes.io/name: owe\n {{- include \"attic.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 538285a4bfb83f1ad7fac7b467a64d02f2d3bf19a2bcfa4a34dd089a6f641589\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"attic.fullname\" . }}-attic\n image: {{ .Values.attic.attic.image.repository }}:{{ .Values.attic.attic.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.attic.attic.imagePullPolicy }}\n name: attic\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.attic.attic.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.attic.attic.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"attic.fullname\" . }}-attic\n labels:\n {{- include \"attic.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.attic.type }}\n selector:\n app.kubernetes.io/instance: attic\n app.kubernetes.io/name: owe\n {{- include \"attic.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.attic.ports | toYaml | nindent 2 -}}" ]
attic: attic: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi charityFieryCircumstance: guarded dash: renaissance fewChunkyTortellini: ham ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 storyDoing: checkout type: ClusterIP kubernetesClusterDomain: cluster.local
cheddar
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"cheddar.fullname\" . }}-cheddar\n labels:\n {{- include \"cheddar.labels\" . | nindent 4 }}\ndata:\n DERBY_MONSOON: {{ .Values.cheddar.derbyMonsoon | quote }}\n EDITED_SHRIMP_ARMPIT: {{ .Values.cheddar.editedShrimpArmpit | quote }}\n HYENA: {{ .Values.cheddar.hyena | quote }}\n KNOW-HOW_GATEWAY_THIGH: {{ .Values.cheddar.knowHowGatewayThigh | quote }}\n MOB: {{ .Values.cheddar.mob | quote }}\n PIKE_GARRULOUS: {{ .Values.cheddar.pikeGarrulous | quote }}\n REGIONALISM: {{ .Values.cheddar.regionalism | quote }}\n SPANDEX_SYMBOLIZE: {{ .Values.cheddar.spandexSymbolize | quote }}\n UNBIASED: {{ .Values.cheddar.unbiased | quote }}\n YAWL_FAIRNESS: {{ .Values.cheddar.yawlFairness | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"cheddar.fullname\" . }}-cheddar\n labels:\n {{- include \"cheddar.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: cheddar\nspec:\n replicas: {{ .Values.cheddar.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: cheddar\n app.kubernetes.io/name: embryo\n {{- include \"cheddar.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: cheddar\n app.kubernetes.io/name: embryo\n {{- include \"cheddar.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 423d59336458e48c9e7503c128150f52f249953c54c2cb046fc8bb87e0c0882c\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"cheddar.fullname\" . }}-cheddar\n image: {{ .Values.cheddar.cheddar.image.repository }}:{{ .Values.cheddar.cheddar.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.cheddar.cheddar.imagePullPolicy }}\n name: cheddar\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.cheddar.cheddar.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.cheddar.cheddar.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"cheddar.fullname\" . }}-cheddar\n labels:\n {{- include \"cheddar.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.cheddar.type }}\n selector:\n app.kubernetes.io/instance: cheddar\n app.kubernetes.io/name: embryo\n {{- include \"cheddar.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.cheddar.ports | toYaml | nindent 2 -}}" ]
cheddar: cheddar: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi derbyMonsoon: pard editedShrimpArmpit: learned hyena: flick knowHowGatewayThigh: boundless mob: abortion pikeGarrulous: vacation ports: - name: http port: 80 protocol: TCP targetPort: http regionalism: madam replicas: 1 spandexSymbolize: jagged type: ClusterIP unbiased: pond yawlFairness: dairy kubernetesClusterDomain: cluster.local
blanket
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"blanket.fullname\" . }}-blanket\n labels:\n {{- include \"blanket.labels\" . | nindent 4 }}\ndata:\n CONSENT_COMMITTEE_ASSIGNMENT: {{ .Values.blanket.consentCommitteeAssignment | quote\n }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"blanket.fullname\" . }}-blanket\n labels:\n {{- include \"blanket.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: blanket\nspec:\n replicas: {{ .Values.blanket.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: blanket\n app.kubernetes.io/name: simplify\n {{- include \"blanket.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: blanket\n app.kubernetes.io/name: simplify\n {{- include \"blanket.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 682132b608a988f53c5323b797cf91f08db4f14fefd5593c4715288da46d7d78\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"blanket.fullname\" . }}-blanket\n image: {{ .Values.blanket.blanket.image.repository }}:{{ .Values.blanket.blanket.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.blanket.blanket.imagePullPolicy }}\n name: blanket\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.blanket.blanket.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.blanket.blanket.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"blanket.fullname\" . }}-blanket\n labels:\n {{- include \"blanket.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.blanket.type }}\n selector:\n app.kubernetes.io/instance: blanket\n app.kubernetes.io/name: simplify\n {{- include \"blanket.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.blanket.ports | toYaml | nindent 2 -}}" ]
blanket: blanket: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi consentCommitteeAssignment: salt ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 type: ClusterIP kubernetesClusterDomain: cluster.local
miniature
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"miniature.fullname\" . }}-miniature\n labels:\n {{- include \"miniature.labels\" . | nindent 4 }}\ndata:\n SHACK_STAG_BUSINESSMAN: {{ .Values.miniature.shackStagBusinessman | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"miniature.fullname\" . }}-miniature\n labels:\n {{- include \"miniature.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: miniature\nspec:\n replicas: {{ .Values.miniature.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: miniature\n app.kubernetes.io/name: chaplain\n {{- include \"miniature.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: miniature\n app.kubernetes.io/name: chaplain\n {{- include \"miniature.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: b7c4ecdd1a1bbae8da321a2c9d267233cfeb0cdd757c8324c43aa27aaad874bc\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"miniature.fullname\" . }}-miniature\n image: {{ .Values.miniature.miniature.image.repository }}:{{ .Values.miniature.miniature.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.miniature.miniature.imagePullPolicy }}\n name: miniature\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.miniature.miniature.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.miniature.miniature.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"miniature.fullname\" . }}-miniature\n labels:\n {{- include \"miniature.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.miniature.type }}\n selector:\n app.kubernetes.io/instance: miniature\n app.kubernetes.io/name: chaplain\n {{- include \"miniature.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.miniature.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local miniature: miniature: 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 shackStagBusinessman: switch type: ClusterIP
brainy
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"brainy.fullname\" . }}-brainy\n labels:\n {{- include \"brainy.labels\" . | nindent 4 }}\ndata:\n BATTING_REPRESENT_BASSINET: {{ .Values.brainy.battingRepresentBassinet | quote\n }}\n DUSTY: {{ .Values.brainy.dusty | quote }}\n HIRE_NEUROBIOLOGIST_BEEF: {{ .Values.brainy.hireNeurobiologistBeef | quote }}\n LINEN_MEASUREMENT_LIMIT: {{ .Values.brainy.linenMeasurementLimit | quote }}\n UNSIGHTLY_UNDERWEAR: {{ .Values.brainy.unsightlyUnderwear | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"brainy.fullname\" . }}-brainy\n labels:\n {{- include \"brainy.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: brainy\nspec:\n replicas: {{ .Values.brainy.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: brainy\n app.kubernetes.io/name: cloistered\n {{- include \"brainy.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: brainy\n app.kubernetes.io/name: cloistered\n {{- include \"brainy.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 2b88fecd91a561209bb34f43d834550d29bf07c2f84b1a6ccf91f6d2b07890ef\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"brainy.fullname\" . }}-brainy\n image: {{ .Values.brainy.brainy.image.repository }}:{{ .Values.brainy.brainy.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.brainy.brainy.imagePullPolicy }}\n name: brainy\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.brainy.brainy.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.brainy.brainy.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"brainy.fullname\" . }}-brainy\n labels:\n {{- include \"brainy.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.brainy.type }}\n selector:\n app.kubernetes.io/instance: brainy\n app.kubernetes.io/name: cloistered\n {{- include \"brainy.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.brainy.ports | toYaml | nindent 2 -}}" ]
brainy: battingRepresentBassinet: embellishment brainy: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi dusty: bleed hireNeurobiologistBeef: profile linenMeasurementLimit: harp ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 type: ClusterIP unsightlyUnderwear: secure kubernetesClusterDomain: cluster.local
farrow
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"farrow.fullname\" . }}-farrow\n labels:\n {{- include \"farrow.labels\" . | nindent 4 }}\ndata:\n ALLOW_CONTRIBUTION: {{ .Values.farrow.allowContribution | quote }}\n CROW_ALIKE: {{ .Values.farrow.crowAlike | quote }}\n DEEP: {{ .Values.farrow.deep | quote }}\n HAND-HOLDING_AMNESTY: {{ .Values.farrow.handHoldingAmnesty | quote }}\n INVERSION_HOMETOWN: {{ .Values.farrow.inversionHometown | quote }}\n KEYBOARDING_BATHROBE_LIEU: {{ .Values.farrow.keyboardingBathrobeLieu | quote }}\n NETWORKING_IMPROVISE: {{ .Values.farrow.networkingImprovise | quote }}\n PANCAKE: {{ .Values.farrow.pancake | quote }}\n PENDULUM_TESTY: {{ .Values.farrow.pendulumTesty | quote }}\n SURGERY_HAKE: {{ .Values.farrow.surgeryHake | quote }}\n THEATER_BEAR: {{ .Values.farrow.theaterBear | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"farrow.fullname\" . }}-farrow\n labels:\n {{- include \"farrow.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: farrow\nspec:\n replicas: {{ .Values.farrow.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: farrow\n app.kubernetes.io/name: reward\n {{- include \"farrow.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: farrow\n app.kubernetes.io/name: reward\n {{- include \"farrow.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 152f3bb88c6d51317823de5cc56a9d39e50c33577df53816b88b06c0bc893a95\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"farrow.fullname\" . }}-farrow\n image: {{ .Values.farrow.farrow.image.repository }}:{{ .Values.farrow.farrow.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.farrow.farrow.imagePullPolicy }}\n name: farrow\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.farrow.farrow.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.farrow.farrow.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"farrow.fullname\" . }}-farrow\n labels:\n {{- include \"farrow.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.farrow.type }}\n selector:\n app.kubernetes.io/instance: farrow\n app.kubernetes.io/name: reward\n {{- include \"farrow.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.farrow.ports | toYaml | nindent 2 -}}" ]
farrow: allowContribution: recovery crowAlike: lava deep: horseradish farrow: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi handHoldingAmnesty: soft inversionHometown: gnu keyboardingBathrobeLieu: anatomy networkingImprovise: finicky pancake: fun pendulumTesty: spacing ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 surgeryHake: board theaterBear: fencing type: ClusterIP kubernetesClusterDomain: cluster.local
lunch
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"lunch.fullname\" . }}-lunch\n labels:\n {{- include \"lunch.labels\" . | nindent 4 }}\ndata:\n AID_LEGACY_MACABRE: {{ .Values.lunch.aidLegacyMacabre | quote }}\n EFFICIENCY_FRESH_DERBY: {{ .Values.lunch.efficiencyFreshDerby | quote }}\n EXAMINATION: {{ .Values.lunch.examination | quote }}\n EXASPERATION_AUTHORITY: {{ .Values.lunch.exasperationAuthority | quote }}\n HUTCH: {{ .Values.lunch.hutch | quote }}\n INSTRUCTOR_MUSSEL_FERRET: {{ .Values.lunch.instructorMusselFerret | quote }}\n PROGENITOR_WORKING: {{ .Values.lunch.progenitorWorking | quote }}\n UNDERSHIRT_DARKNESS_SOFTWARE: {{ .Values.lunch.undershirtDarknessSoftware | quote\n }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"lunch.fullname\" . }}-lunch\n labels:\n {{- include \"lunch.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: lunch\nspec:\n replicas: {{ .Values.lunch.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: lunch\n app.kubernetes.io/name: artichoke\n {{- include \"lunch.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: lunch\n app.kubernetes.io/name: artichoke\n {{- include \"lunch.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 30cf09e7b7c39c78da8fe63eb252fedac6124a11577990d187454792799d0fc7\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"lunch.fullname\" . }}-lunch\n image: {{ .Values.lunch.lunch.image.repository }}:{{ .Values.lunch.lunch.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.lunch.lunch.imagePullPolicy }}\n name: lunch\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.lunch.lunch.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.lunch.lunch.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"lunch.fullname\" . }}-lunch\n labels:\n {{- include \"lunch.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.lunch.type }}\n selector:\n app.kubernetes.io/instance: lunch\n app.kubernetes.io/name: artichoke\n {{- include \"lunch.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.lunch.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local lunch: aidLegacyMacabre: poker efficiencyFreshDerby: loading examination: matter exasperationAuthority: awake hutch: discourse instructorMusselFerret: sordid lunch: 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 progenitorWorking: moonlight replicas: 1 type: ClusterIP undershirtDarknessSoftware: jewellery
board
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"board.fullname\" . }}-board\n labels:\n {{- include \"board.labels\" . | nindent 4 }}\ndata:\n CRAFTSMAN: {{ .Values.board.craftsman | quote }}\n EFFECTIVE_FARMLAND: {{ .Values.board.effectiveFarmland | quote }}\n INFIX: {{ .Values.board.infix | quote }}\n OBSERVATORY_HALIBUT: {{ .Values.board.observatoryHalibut | quote }}\n PHYSICS: {{ .Values.board.physics | quote }}\n UNDERCLOTHES_NECKTIE_SPACE: {{ .Values.board.underclothesNecktieSpace | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"board.fullname\" . }}-board\n labels:\n {{- include \"board.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: board\nspec:\n replicas: {{ .Values.board.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: board\n app.kubernetes.io/name: tuba\n {{- include \"board.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: board\n app.kubernetes.io/name: tuba\n {{- include \"board.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: d4021a04036758d44c7f47ba214159ebe4af22c31d1e244fdc76f7ca1f70eed0\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"board.fullname\" . }}-board\n image: {{ .Values.board.board.image.repository }}:{{ .Values.board.board.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.board.board.imagePullPolicy }}\n name: board\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.board.board.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.board.board.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"board.fullname\" . }}-board\n labels:\n {{- include \"board.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.board.type }}\n selector:\n app.kubernetes.io/instance: board\n app.kubernetes.io/name: tuba\n {{- include \"board.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.board.ports | toYaml | nindent 2 -}}" ]
board: board: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi craftsman: elver effectiveFarmland: abrupt infix: revolver observatoryHalibut: conga physics: tiny ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 type: ClusterIP underclothesNecktieSpace: mercury kubernetesClusterDomain: cluster.local
youth
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"youth.fullname\" . }}-youth\n labels:\n {{- include \"youth.labels\" . | nindent 4 }}\ndata:\n PLYWOOD_SUBSTANCE_ORIENTED: {{ .Values.youth.plywoodSubstanceOriented | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"youth.fullname\" . }}-youth\n labels:\n {{- include \"youth.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: youth\nspec:\n replicas: {{ .Values.youth.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: youth\n app.kubernetes.io/name: cauliflower\n {{- include \"youth.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: youth\n app.kubernetes.io/name: cauliflower\n {{- include \"youth.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 771a2e4fd2171872cfddccbdedf6e4754c60e2d2254fcefb62e0f3a2d54db9a3\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"youth.fullname\" . }}-youth\n image: {{ .Values.youth.youth.image.repository }}:{{ .Values.youth.youth.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.youth.youth.imagePullPolicy }}\n name: youth\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.youth.youth.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.youth.youth.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"youth.fullname\" . }}-youth\n labels:\n {{- include \"youth.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.youth.type }}\n selector:\n app.kubernetes.io/instance: youth\n app.kubernetes.io/name: cauliflower\n {{- include \"youth.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.youth.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local youth: plywoodSubstanceOriented: street ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 type: ClusterIP youth: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi
compose
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"compose.fullname\" . }}-compose\n labels:\n {{- include \"compose.labels\" . | nindent 4 }}\ndata:\n NOON_WIFI: {{ .Values.compose.noonWifi | quote }}\n RID_POLENTA: {{ .Values.compose.ridPolenta | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"compose.fullname\" . }}-compose\n labels:\n {{- include \"compose.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: compose\nspec:\n replicas: {{ .Values.compose.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: compose\n app.kubernetes.io/name: buck\n {{- include \"compose.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: compose\n app.kubernetes.io/name: buck\n {{- include \"compose.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 294ca2fb90f4f3315eb14fedd3c0f2c427f7052214c1e3bee50462b9ab71ff01\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"compose.fullname\" . }}-compose\n image: {{ .Values.compose.compose.image.repository }}:{{ .Values.compose.compose.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.compose.compose.imagePullPolicy }}\n name: compose\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.compose.compose.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.compose.compose.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"compose.fullname\" . }}-compose\n labels:\n {{- include \"compose.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.compose.type }}\n selector:\n app.kubernetes.io/instance: compose\n app.kubernetes.io/name: buck\n {{- include \"compose.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.compose.ports | toYaml | nindent 2 -}}" ]
compose: compose: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi noonWifi: tangerine ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 ridPolenta: piety type: ClusterIP kubernetesClusterDomain: cluster.local
discount
[ "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"discount.fullname\" . }}-discount\n labels:\n {{- include \"discount.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: discount\nspec:\n replicas: {{ .Values.discount.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: discount\n app.kubernetes.io/name: distinct\n {{- include \"discount.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: discount\n app.kubernetes.io/name: distinct\n {{- include \"discount.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.discount.discount.image.repository }}:{{ .Values.discount.discount.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.discount.discount.imagePullPolicy }}\n name: discount\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.discount.discount.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.discount.discount.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"discount.fullname\" . }}-discount\n labels:\n {{- include \"discount.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.discount.type }}\n selector:\n app.kubernetes.io/instance: discount\n app.kubernetes.io/name: distinct\n {{- include \"discount.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.discount.ports | toYaml | nindent 2 -}}" ]
discount: discount: 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
rider
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"rider.fullname\" . }}-rider\n labels:\n {{- include \"rider.labels\" . | nindent 4 }}\ndata:\n BOOST: {{ .Values.rider.boost | quote }}\n FIESTA_FAMILIARITY: {{ .Values.rider.fiestaFamiliarity | quote }}\n LOCATE: {{ .Values.rider.locate | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"rider.fullname\" . }}-rider\n labels:\n {{- include \"rider.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: rider\nspec:\n replicas: {{ .Values.rider.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: rider\n app.kubernetes.io/name: inversion\n {{- include \"rider.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: rider\n app.kubernetes.io/name: inversion\n {{- include \"rider.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 873e1fa4865df18d6e3077abebb41dbb0be2e3c8e12f6c34978da7d198eba954\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"rider.fullname\" . }}-rider\n image: {{ .Values.rider.rider.image.repository }}:{{ .Values.rider.rider.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.rider.rider.imagePullPolicy }}\n name: rider\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.rider.rider.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.rider.rider.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"rider.fullname\" . }}-rider\n labels:\n {{- include \"rider.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.rider.type }}\n selector:\n app.kubernetes.io/instance: rider\n app.kubernetes.io/name: inversion\n {{- include \"rider.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.rider.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local rider: boost: booster fiestaFamiliarity: issue locate: fratricide ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 rider: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi type: ClusterIP
step-son
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"step-son.fullname\" . }}-step-son\n labels:\n {{- include \"step-son.labels\" . | nindent 4 }}\ndata:\n RECLINER_PARROT_ULTIMATUM: {{ .Values.stepSon.reclinerParrotUltimatum | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"step-son.fullname\" . }}-step-son\n labels:\n {{- include \"step-son.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: step-son\nspec:\n replicas: {{ .Values.stepSon.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: step-son\n app.kubernetes.io/name: necessity\n {{- include \"step-son.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: step-son\n app.kubernetes.io/name: necessity\n {{- include \"step-son.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 7d6c12fb247fa9f1c0cf29516a4729877f57fbdd8096013f243d4bbdb93142c0\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"step-son.fullname\" . }}-step-son\n image: {{ .Values.stepSon.stepSon.image.repository }}:{{ .Values.stepSon.stepSon.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.stepSon.stepSon.imagePullPolicy }}\n name: step-son\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.stepSon.stepSon.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.stepSon.stepSon.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"step-son.fullname\" . }}-step-son\n labels:\n {{- include \"step-son.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.stepSon.type }}\n selector:\n app.kubernetes.io/instance: step-son\n app.kubernetes.io/name: necessity\n {{- include \"step-son.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.stepSon.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local stepSon: ports: - name: http port: 80 protocol: TCP targetPort: http reclinerParrotUltimatum: sucker replicas: 1 stepSon: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi type: ClusterIP
rightful
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"rightful.fullname\" . }}-rightful\n labels:\n {{- include \"rightful.labels\" . | nindent 4 }}\ndata:\n RECORDING: {{ .Values.rightful.recording | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"rightful.fullname\" . }}-rightful\n labels:\n {{- include \"rightful.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: rightful\nspec:\n replicas: {{ .Values.rightful.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: rightful\n app.kubernetes.io/name: imminent\n {{- include \"rightful.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: rightful\n app.kubernetes.io/name: imminent\n {{- include \"rightful.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: ef6c56f48cc856826e62837fef1c6f24d0ff924df7b6ff97d53410f40be95f36\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"rightful.fullname\" . }}-rightful\n image: {{ .Values.rightful.rightful.image.repository }}:{{ .Values.rightful.rightful.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.rightful.rightful.imagePullPolicy }}\n name: rightful\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.rightful.rightful.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.rightful.rightful.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"rightful.fullname\" . }}-rightful\n labels:\n {{- include \"rightful.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.rightful.type }}\n selector:\n app.kubernetes.io/instance: rightful\n app.kubernetes.io/name: imminent\n {{- include \"rightful.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.rightful.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local rightful: ports: - name: http port: 80 protocol: TCP targetPort: http recording: spinach replicas: 1 rightful: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi type: ClusterIP
program
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"program.fullname\" . }}-program\n labels:\n {{- include \"program.labels\" . | nindent 4 }}\ndata:\n CAMPAIGNING_CHAOS: {{ .Values.program.campaigningChaos | quote }}\n COMBINE_CONSULT_BROWSER: {{ .Values.program.combineConsultBrowser | quote }}\n HEAVY_SNIFFLE: {{ .Values.program.heavySniffle | quote }}\n OXFORD_RINGWORM: {{ .Values.program.oxfordRingworm | quote }}\n PROVIDE_MECCA_FOREGO: {{ .Values.program.provideMeccaForego | quote }}\n SHIN: {{ .Values.program.shin | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"program.fullname\" . }}-program\n labels:\n {{- include \"program.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: program\nspec:\n replicas: {{ .Values.program.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: program\n app.kubernetes.io/name: chug\n {{- include \"program.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: program\n app.kubernetes.io/name: chug\n {{- include \"program.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 927420b55fd7d627f5b645dccc3c036fa59d4112b3dc7020f2e0f99effca8252\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"program.fullname\" . }}-program\n image: {{ .Values.program.program.image.repository }}:{{ .Values.program.program.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.program.program.imagePullPolicy }}\n name: program\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.program.program.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.program.program.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"program.fullname\" . }}-program\n labels:\n {{- include \"program.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.program.type }}\n selector:\n app.kubernetes.io/instance: program\n app.kubernetes.io/name: chug\n {{- include \"program.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.program.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local program: campaigningChaos: itinerary combineConsultBrowser: allowance heavySniffle: precision oxfordRingworm: hydroxyl ports: - name: http port: 80 protocol: TCP targetPort: http program: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi provideMeccaForego: sage replicas: 1 shin: furtive type: ClusterIP
memorize
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"memorize.fullname\" . }}-memorize\n labels:\n {{- include \"memorize.labels\" . | nindent 4 }}\ndata:\n BANYAN: {{ .Values.memorize.banyan | quote }}\n BINOCULARS_HARBOR: {{ .Values.memorize.binocularsHarbor | quote }}\n BOOTY: {{ .Values.memorize.booty | quote }}\n DEER_WORSHIPER_MEDAL: {{ .Values.memorize.deerWorshiperMedal | quote }}\n HUMIDITY_DISTRIBUTION: {{ .Values.memorize.humidityDistribution | quote }}\n NEEDLE_PILE_NICKNAME: {{ .Values.memorize.needlePileNickname | quote }}\n PERFECT_SATELLITE: {{ .Values.memorize.perfectSatellite | quote }}\n SPECTACULAR_ADRENALIN: {{ .Values.memorize.spectacularAdrenalin | quote }}\n SWIMMING_GEMSBOK_MYSTERY: {{ .Values.memorize.swimmingGemsbokMystery | quote }}\n YOGURT: {{ .Values.memorize.yogurt | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"memorize.fullname\" . }}-memorize\n labels:\n {{- include \"memorize.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: memorize\nspec:\n replicas: {{ .Values.memorize.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: memorize\n app.kubernetes.io/name: lawmaker\n {{- include \"memorize.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: memorize\n app.kubernetes.io/name: lawmaker\n {{- include \"memorize.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 2fcb1d14dff9779edab26ac8e658ad47e8c8baa8f973636afabfd482ddc679c3\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"memorize.fullname\" . }}-memorize\n image: {{ .Values.memorize.memorize.image.repository }}:{{ .Values.memorize.memorize.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.memorize.memorize.imagePullPolicy }}\n name: memorize\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.memorize.memorize.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.memorize.memorize.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"memorize.fullname\" . }}-memorize\n labels:\n {{- include \"memorize.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.memorize.type }}\n selector:\n app.kubernetes.io/instance: memorize\n app.kubernetes.io/name: lawmaker\n {{- include \"memorize.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.memorize.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local memorize: banyan: botany binocularsHarbor: haircut booty: eyebrows deerWorshiperMedal: omelet humidityDistribution: practice memorize: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi needlePileNickname: sphynx perfectSatellite: identification ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 spectacularAdrenalin: polarization swimmingGemsbokMystery: style type: ClusterIP yogurt: belly
pension
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"pension.fullname\" . }}-pension\n labels:\n {{- include \"pension.labels\" . | nindent 4 }}\ndata:\n COLORLESSNESS_TROMBONE_MOLAR: {{ .Values.pension.colorlessnessTromboneMolar | quote\n }}\n MOAI_DISPOSAL: {{ .Values.pension.moaiDisposal | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"pension.fullname\" . }}-pension\n labels:\n {{- include \"pension.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: pension\nspec:\n replicas: {{ .Values.pension.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: pension\n app.kubernetes.io/name: blackness\n {{- include \"pension.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: pension\n app.kubernetes.io/name: blackness\n {{- include \"pension.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 6e20cb55c92c14c663a0f858485192801e6f28006c6fd808e758197686e22306\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"pension.fullname\" . }}-pension\n image: {{ .Values.pension.pension.image.repository }}:{{ .Values.pension.pension.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.pension.pension.imagePullPolicy }}\n name: pension\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.pension.pension.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.pension.pension.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"pension.fullname\" . }}-pension\n labels:\n {{- include \"pension.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.pension.type }}\n selector:\n app.kubernetes.io/instance: pension\n app.kubernetes.io/name: blackness\n {{- include \"pension.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.pension.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local pension: colorlessnessTromboneMolar: tan moaiDisposal: height pension: 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
patina
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"patina.fullname\" . }}-patina\n labels:\n {{- include \"patina.labels\" . | nindent 4 }}\ndata:\n CURL_PROPOSE_MUSIC-MAKING: {{ .Values.patina.curlProposeMusicMaking | quote }}\n HYDROCARB_SHY: {{ .Values.patina.hydrocarbShy | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"patina.fullname\" . }}-patina\n labels:\n {{- include \"patina.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: patina\nspec:\n replicas: {{ .Values.patina.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: patina\n app.kubernetes.io/name: wire\n {{- include \"patina.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: patina\n app.kubernetes.io/name: wire\n {{- include \"patina.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: e5bca8745004b053ca5533e7a196709b22588eb6dc90d6544a2d5e2a15f887ae\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"patina.fullname\" . }}-patina\n image: {{ .Values.patina.patina.image.repository }}:{{ .Values.patina.patina.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.patina.patina.imagePullPolicy }}\n name: patina\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.patina.patina.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.patina.patina.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"patina.fullname\" . }}-patina\n labels:\n {{- include \"patina.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.patina.type }}\n selector:\n app.kubernetes.io/instance: patina\n app.kubernetes.io/name: wire\n {{- include \"patina.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.patina.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local patina: curlProposeMusicMaking: parenting hydrocarbShy: hurry patina: 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
fee
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"fee.fullname\" . }}-fee\n labels:\n {{- include \"fee.labels\" . | nindent 4 }}\ndata:\n EXPLANATION: {{ .Values.fee.explanation | quote }}\n USUAL: {{ .Values.fee.usual | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"fee.fullname\" . }}-fee\n labels:\n {{- include \"fee.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: fee\nspec:\n replicas: {{ .Values.fee.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: fee\n app.kubernetes.io/name: settler\n {{- include \"fee.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: fee\n app.kubernetes.io/name: settler\n {{- include \"fee.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: c3497a8935acc4f9ec05fb28df7047474e48b3c4929ed642133b8eee9a4fe04d\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"fee.fullname\" . }}-fee\n image: {{ .Values.fee.fee.image.repository }}:{{ .Values.fee.fee.image.tag | default\n .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.fee.fee.imagePullPolicy }}\n name: fee\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.fee.fee.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.fee.fee.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"fee.fullname\" . }}-fee\n labels:\n {{- include \"fee.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.fee.type }}\n selector:\n app.kubernetes.io/instance: fee\n app.kubernetes.io/name: settler\n {{- include \"fee.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.fee.ports | toYaml | nindent 2 -}}" ]
fee: explanation: waiting fee: 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 usual: input kubernetesClusterDomain: cluster.local
cruise
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"cruise.fullname\" . }}-cruise\n labels:\n {{- include \"cruise.labels\" . | nindent 4 }}\ndata:\n AIRMAIL_COUSIN: {{ .Values.cruise.airmailCousin | quote }}\n CONDEMNED_CONNECTION_BOAST: {{ .Values.cruise.condemnedConnectionBoast | quote\n }}\n FREAK_GENE_BOYFRIEND: {{ .Values.cruise.freakGeneBoyfriend | quote }}\n FUEL_LUNG: {{ .Values.cruise.fuelLung | quote }}\n LAWSUIT: {{ .Values.cruise.lawsuit | quote }}\n PAINT_CRISIS: {{ .Values.cruise.paintCrisis | quote }}\n PRIDE_MILK: {{ .Values.cruise.prideMilk | quote }}\n SCARCE: {{ .Values.cruise.scarce | quote }}\n THONG: {{ .Values.cruise.thong | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"cruise.fullname\" . }}-cruise\n labels:\n {{- include \"cruise.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: cruise\nspec:\n replicas: {{ .Values.cruise.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: cruise\n app.kubernetes.io/name: pastoralist\n {{- include \"cruise.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: cruise\n app.kubernetes.io/name: pastoralist\n {{- include \"cruise.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 4022263a4cf58c82b9e19a7a08c5557e366bc7233f2c0c8668511a9bec561242\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"cruise.fullname\" . }}-cruise\n image: {{ .Values.cruise.cruise.image.repository }}:{{ .Values.cruise.cruise.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.cruise.cruise.imagePullPolicy }}\n name: cruise\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.cruise.cruise.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.cruise.cruise.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"cruise.fullname\" . }}-cruise\n labels:\n {{- include \"cruise.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.cruise.type }}\n selector:\n app.kubernetes.io/instance: cruise\n app.kubernetes.io/name: pastoralist\n {{- include \"cruise.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.cruise.ports | toYaml | nindent 2 -}}" ]
cruise: airmailCousin: chicken condemnedConnectionBoast: unfasten cruise: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi freakGeneBoyfriend: polliwog fuelLung: spectrum lawsuit: wilderness paintCrisis: jackal ports: - name: http port: 80 protocol: TCP targetPort: http prideMilk: login replicas: 1 scarce: degree thong: concern type: ClusterIP kubernetesClusterDomain: cluster.local
howitzer
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"howitzer.fullname\" . }}-howitzer\n labels:\n {{- include \"howitzer.labels\" . | nindent 4 }}\ndata:\n ADOBE_GENRE: {{ .Values.howitzer.adobeGenre | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"howitzer.fullname\" . }}-howitzer\n labels:\n {{- include \"howitzer.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: howitzer\nspec:\n replicas: {{ .Values.howitzer.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: howitzer\n app.kubernetes.io/name: opossum\n {{- include \"howitzer.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: howitzer\n app.kubernetes.io/name: opossum\n {{- include \"howitzer.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: c1a1a4b38a32a9a14f638fab2a3d57606a65cecae9730eadb03acda926956396\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"howitzer.fullname\" . }}-howitzer\n image: {{ .Values.howitzer.howitzer.image.repository }}:{{ .Values.howitzer.howitzer.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.howitzer.howitzer.imagePullPolicy }}\n name: howitzer\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.howitzer.howitzer.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.howitzer.howitzer.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"howitzer.fullname\" . }}-howitzer\n labels:\n {{- include \"howitzer.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.howitzer.type }}\n selector:\n app.kubernetes.io/instance: howitzer\n app.kubernetes.io/name: opossum\n {{- include \"howitzer.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.howitzer.ports | toYaml | nindent 2 -}}" ]
howitzer: adobeGenre: gliding howitzer: 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
spot
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"spot.fullname\" . }}-spot\n labels:\n {{- include \"spot.labels\" . | nindent 4 }}\ndata:\n GRAFFITI_TROUBLE: {{ .Values.spot.graffitiTrouble | quote }}\n OBI_SCANNER: {{ .Values.spot.obiScanner | quote }}\n SHAREHOLDER_SWEATSUIT_MESSENGER: {{ .Values.spot.shareholderSweatsuitMessenger\n | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"spot.fullname\" . }}-spot\n labels:\n {{- include \"spot.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: spot\nspec:\n replicas: {{ .Values.spot.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: spot\n app.kubernetes.io/name: clipper\n {{- include \"spot.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: spot\n app.kubernetes.io/name: clipper\n {{- include \"spot.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 2f3a3658b5d798ea199d638fc3782d147dad61e3779161fa57952eb5092e4fe3\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"spot.fullname\" . }}-spot\n image: {{ .Values.spot.spot.image.repository }}:{{ .Values.spot.spot.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.spot.spot.imagePullPolicy }}\n name: spot\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.spot.spot.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.spot.spot.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"spot.fullname\" . }}-spot\n labels:\n {{- include \"spot.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.spot.type }}\n selector:\n app.kubernetes.io/instance: spot\n app.kubernetes.io/name: clipper\n {{- include \"spot.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.spot.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local spot: graffitiTrouble: ceramic obiScanner: oeuvre ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 shareholderSweatsuitMessenger: correspondence spot: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi type: ClusterIP
pasture
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"pasture.fullname\" . }}-pasture\n labels:\n {{- include \"pasture.labels\" . | nindent 4 }}\ndata:\n EMPLOYER_DETAINMENT: {{ .Values.pasture.employerDetainment | quote }}\n HAIRCUT: {{ .Values.pasture.haircut | quote }}\n INSULATION: {{ .Values.pasture.insulation | quote }}\n KNOW-HOW: {{ .Values.pasture.knowHow | quote }}\n LIMIT: {{ .Values.pasture.limit | quote }}\n OPENING_UNIVERSE_PHYSICAL: {{ .Values.pasture.openingUniversePhysical | quote }}\n OVERLOAD_CHARMING: {{ .Values.pasture.overloadCharming | quote }}\n PARTNERSHIP_EASE_CHILI: {{ .Values.pasture.partnershipEaseChili | quote }}\n PHOSPHATE_GOAL_OCTET: {{ .Values.pasture.phosphateGoalOctet | quote }}\n SNOW_SCATTERED: {{ .Values.pasture.snowScattered | quote }}\n THANKFUL: {{ .Values.pasture.thankful | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"pasture.fullname\" . }}-pasture\n labels:\n {{- include \"pasture.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: pasture\nspec:\n replicas: {{ .Values.pasture.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: pasture\n app.kubernetes.io/name: periodic\n {{- include \"pasture.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: pasture\n app.kubernetes.io/name: periodic\n {{- include \"pasture.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 74488b799885133e1d20b548168cce5ffb658114cc99a72aa68812409c5c5081\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"pasture.fullname\" . }}-pasture\n image: {{ .Values.pasture.pasture.image.repository }}:{{ .Values.pasture.pasture.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.pasture.pasture.imagePullPolicy }}\n name: pasture\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.pasture.pasture.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.pasture.pasture.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"pasture.fullname\" . }}-pasture\n labels:\n {{- include \"pasture.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.pasture.type }}\n selector:\n app.kubernetes.io/instance: pasture\n app.kubernetes.io/name: periodic\n {{- include \"pasture.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.pasture.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local pasture: employerDetainment: shade haircut: grandchild insulation: generate knowHow: verdict limit: auditorium openingUniversePhysical: marked overloadCharming: pacemaker partnershipEaseChili: accessory pasture: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi phosphateGoalOctet: negotiation ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 snowScattered: locust thankful: trigonometry type: ClusterIP
software
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"software.fullname\" . }}-software\n labels:\n {{- include \"software.labels\" . | nindent 4 }}\ndata:\n RECAPITULATION: {{ .Values.software.recapitulation | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"software.fullname\" . }}-software\n labels:\n {{- include \"software.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: software\nspec:\n replicas: {{ .Values.software.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: software\n app.kubernetes.io/name: eggplant\n {{- include \"software.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: software\n app.kubernetes.io/name: eggplant\n {{- include \"software.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 75841efac1de950147ae773e29bc77933be7223ae9b91a23234fe3dd95f27798\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"software.fullname\" . }}-software\n image: {{ .Values.software.software.image.repository }}:{{ .Values.software.software.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.software.software.imagePullPolicy }}\n name: software\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.software.software.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.software.software.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"software.fullname\" . }}-software\n labels:\n {{- include \"software.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.software.type }}\n selector:\n app.kubernetes.io/instance: software\n app.kubernetes.io/name: eggplant\n {{- include \"software.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.software.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local software: ports: - name: http port: 80 protocol: TCP targetPort: http recapitulation: occurrence replicas: 1 software: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi type: ClusterIP
rectangle
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"rectangle.fullname\" . }}-rectangle\n labels:\n {{- include \"rectangle.labels\" . | nindent 4 }}\ndata:\n CONSULATE_CABINET_PRODUCTIVE: {{ .Values.rectangle.consulateCabinetProductive |\n quote }}\n DRAMA_STANDARDIZATION_CHEESE: {{ .Values.rectangle.dramaStandardizationCheese |\n quote }}\n FLOODPLAIN: {{ .Values.rectangle.floodplain | quote }}\n FUNDRAISING_CONVENIENCE_ILLEGAL: {{ .Values.rectangle.fundraisingConvenienceIllegal\n | quote }}\n HYDROFOIL_SABRE: {{ .Values.rectangle.hydrofoilSabre | quote }}\n LOOP_VINYL: {{ .Values.rectangle.loopVinyl | quote }}\n OFFERING: {{ .Values.rectangle.offering | quote }}\n SHRIMP_BANK: {{ .Values.rectangle.shrimpBank | quote }}\n SONATA_REMAIN: {{ .Values.rectangle.sonataRemain | quote }}\n THRUST_INCLUSION: {{ .Values.rectangle.thrustInclusion | quote }}\n TONIGHT_HAMSTER_COLLECTIVIZATION: {{ .Values.rectangle.tonightHamsterCollectivization\n | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"rectangle.fullname\" . }}-rectangle\n labels:\n {{- include \"rectangle.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: rectangle\nspec:\n replicas: {{ .Values.rectangle.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: rectangle\n app.kubernetes.io/name: digging\n {{- include \"rectangle.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: rectangle\n app.kubernetes.io/name: digging\n {{- include \"rectangle.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: ffae987e14999df00ce7a04ffdcaf6e8dc7e16393e8349f27a3f99c5c7639380\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"rectangle.fullname\" . }}-rectangle\n image: {{ .Values.rectangle.rectangle.image.repository }}:{{ .Values.rectangle.rectangle.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.rectangle.rectangle.imagePullPolicy }}\n name: rectangle\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.rectangle.rectangle.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.rectangle.rectangle.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"rectangle.fullname\" . }}-rectangle\n labels:\n {{- include \"rectangle.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.rectangle.type }}\n selector:\n app.kubernetes.io/instance: rectangle\n app.kubernetes.io/name: digging\n {{- include \"rectangle.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.rectangle.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local rectangle: consulateCabinetProductive: mecca dramaStandardizationCheese: synonymous floodplain: number fundraisingConvenienceIllegal: celeriac hydrofoilSabre: boxspring loopVinyl: marten offering: tank ports: - name: http port: 80 protocol: TCP targetPort: http rectangle: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi replicas: 1 shrimpBank: roll sonataRemain: balloonist thrustInclusion: rainmaker tonightHamsterCollectivization: cement type: ClusterIP
age
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"age.fullname\" . }}-age\n labels:\n {{- include \"age.labels\" . | nindent 4 }}\ndata:\n ABNORMAL_LEND: {{ .Values.age.abnormalLend | quote }}\n BEAM_TIDE: {{ .Values.age.beamTide | quote }}\n ENTERTAINING: {{ .Values.age.entertaining | quote }}\n MALLET_ANYBODY: {{ .Values.age.malletAnybody | quote }}\n NUCLEOTIDE_TASTEFUL: {{ .Values.age.nucleotideTasteful | quote }}\n PATTY_SPIN: {{ .Values.age.pattySpin | quote }}\n PLANE_LIQUID_EYEBROW: {{ .Values.age.planeLiquidEyebrow | quote }}\n STONE: {{ .Values.age.stone | quote }}\n TAPE_REDISCOVERY: {{ .Values.age.tapeRediscovery | quote }}\n WITTY: {{ .Values.age.witty | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"age.fullname\" . }}-age\n labels:\n {{- include \"age.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: age\nspec:\n replicas: {{ .Values.age.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: age\n app.kubernetes.io/name: comportment\n {{- include \"age.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: age\n app.kubernetes.io/name: comportment\n {{- include \"age.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: b196515245d9e86c290dc3d25b2a64853a8d7df84c41347a177c1b7d5a1bfccb\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"age.fullname\" . }}-age\n image: {{ .Values.age.age.image.repository }}:{{ .Values.age.age.image.tag | default\n .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.age.age.imagePullPolicy }}\n name: age\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.age.age.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.age.age.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"age.fullname\" . }}-age\n labels:\n {{- include \"age.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.age.type }}\n selector:\n app.kubernetes.io/instance: age\n app.kubernetes.io/name: comportment\n {{- include \"age.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.age.ports | toYaml | nindent 2 -}}" ]
age: abnormalLend: formal age: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi beamTide: attend entertaining: eaglet malletAnybody: ram nucleotideTasteful: roadway pattySpin: temper planeLiquidEyebrow: vanity ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 stone: selection tapeRediscovery: classify type: ClusterIP witty: measurement kubernetesClusterDomain: cluster.local
explain
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"explain.fullname\" . }}-explain\n labels:\n {{- include \"explain.labels\" . | nindent 4 }}\ndata:\n BOAT_MERCURY_HESITATION: {{ .Values.explain.boatMercuryHesitation | quote }}\n MAKEUP: {{ .Values.explain.makeup | quote }}\n UNDERWEIGHT: {{ .Values.explain.underweight | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"explain.fullname\" . }}-explain\n labels:\n {{- include \"explain.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: explain\nspec:\n replicas: {{ .Values.explain.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: explain\n app.kubernetes.io/name: courtroom\n {{- include \"explain.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: explain\n app.kubernetes.io/name: courtroom\n {{- include \"explain.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 48271a027ed8c4b07f05aeb06ed050336363483204ac80c4bd3141aa91463fa3\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"explain.fullname\" . }}-explain\n image: {{ .Values.explain.explain.image.repository }}:{{ .Values.explain.explain.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.explain.explain.imagePullPolicy }}\n name: explain\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.explain.explain.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.explain.explain.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"explain.fullname\" . }}-explain\n labels:\n {{- include \"explain.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.explain.type }}\n selector:\n app.kubernetes.io/instance: explain\n app.kubernetes.io/name: courtroom\n {{- include \"explain.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.explain.ports | toYaml | nindent 2 -}}" ]
explain: boatMercuryHesitation: abounding explain: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi makeup: instrumentation ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 type: ClusterIP underweight: syndicate kubernetesClusterDomain: cluster.local
rest
[ "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"rest.fullname\" . }}-rest\n labels:\n {{- include \"rest.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: rest\nspec:\n replicas: {{ .Values.rest.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: rest\n app.kubernetes.io/name: ozone\n {{- include \"rest.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: rest\n app.kubernetes.io/name: ozone\n {{- include \"rest.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.rest.rest.image.repository }}:{{ .Values.rest.rest.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.rest.rest.imagePullPolicy }}\n name: rest\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.rest.rest.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.rest.rest.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"rest.fullname\" . }}-rest\n labels:\n {{- include \"rest.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.rest.type }}\n selector:\n app.kubernetes.io/instance: rest\n app.kubernetes.io/name: ozone\n {{- include \"rest.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.rest.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local rest: ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 rest: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi type: ClusterIP
ripe
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"ripe.fullname\" . }}-ripe\n labels:\n {{- include \"ripe.labels\" . | nindent 4 }}\ndata:\n ARM-REST_PLUMBER: {{ .Values.ripe.armRestPlumber | quote }}\n ATTRACT: {{ .Values.ripe.attract | quote }}\n BALLET_IRRITATE: {{ .Values.ripe.balletIrritate | quote }}\n CASINO: {{ .Values.ripe.casino | quote }}\n EVERYBODY: {{ .Values.ripe.everybody | quote }}\n FICTION_SADDLE_CATACOMB: {{ .Values.ripe.fictionSaddleCatacomb | quote }}\n GODPARENT: {{ .Values.ripe.godparent | quote }}\n INJURE: {{ .Values.ripe.injure | quote }}\n PIGLET: {{ .Values.ripe.piglet | quote }}\n SPUR_SANCTITY_CREWMATE: {{ .Values.ripe.spurSanctityCrewmate | quote }}\n TOP-HAT_QUART: {{ .Values.ripe.topHatQuart | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"ripe.fullname\" . }}-ripe\n labels:\n {{- include \"ripe.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: ripe\nspec:\n replicas: {{ .Values.ripe.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: ripe\n app.kubernetes.io/name: open\n {{- include \"ripe.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: ripe\n app.kubernetes.io/name: open\n {{- include \"ripe.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 2baa23f084d757eb6cbdab8ebff10782d7da0c35b690341365b59c731fa57df3\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"ripe.fullname\" . }}-ripe\n image: {{ .Values.ripe.ripe.image.repository }}:{{ .Values.ripe.ripe.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.ripe.ripe.imagePullPolicy }}\n name: ripe\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.ripe.ripe.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.ripe.ripe.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"ripe.fullname\" . }}-ripe\n labels:\n {{- include \"ripe.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.ripe.type }}\n selector:\n app.kubernetes.io/instance: ripe\n app.kubernetes.io/name: open\n {{- include \"ripe.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.ripe.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local ripe: armRestPlumber: body attract: damage balletIrritate: cape casino: plea everybody: originate fictionSaddleCatacomb: chandelier godparent: papaya injure: pen piglet: squalid ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 ripe: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi spurSanctityCrewmate: x-ray topHatQuart: throw type: ClusterIP
seller
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"seller.fullname\" . }}-seller\n labels:\n {{- include \"seller.labels\" . | nindent 4 }}\ndata:\n BEGGAR: {{ .Values.seller.beggar | quote }}\n DECEIVE: {{ .Values.seller.deceive | quote }}\n HONEYBEE_ABRASIVE_BACKBONE: {{ .Values.seller.honeybeeAbrasiveBackbone | quote\n }}\n MAT: {{ .Values.seller.mat | quote }}\n MUDDY_COURT_RESISTANCE: {{ .Values.seller.muddyCourtResistance | quote }}\n SARONG_ATOM: {{ .Values.seller.sarongAtom | quote }}\n STIMULUS_PROSTACYCLIN_DAFFY: {{ .Values.seller.stimulusProstacyclinDaffy | quote\n }}\n SURROUNDINGS: {{ .Values.seller.surroundings | quote }}\n WEARY_ALIBI_HISTORICAL: {{ .Values.seller.wearyAlibiHistorical | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"seller.fullname\" . }}-seller\n labels:\n {{- include \"seller.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: seller\nspec:\n replicas: {{ .Values.seller.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: seller\n app.kubernetes.io/name: kilt\n {{- include \"seller.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: seller\n app.kubernetes.io/name: kilt\n {{- include \"seller.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: a6f55b1572f83022557721371f247b0be147fb3c8cecb3af7517c72ee5a7ffc7\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"seller.fullname\" . }}-seller\n image: {{ .Values.seller.seller.image.repository }}:{{ .Values.seller.seller.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.seller.seller.imagePullPolicy }}\n name: seller\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.seller.seller.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.seller.seller.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"seller.fullname\" . }}-seller\n labels:\n {{- include \"seller.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.seller.type }}\n selector:\n app.kubernetes.io/instance: seller\n app.kubernetes.io/name: kilt\n {{- include \"seller.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.seller.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local seller: beggar: governance deceive: fragrance honeybeeAbrasiveBackbone: prejudice mat: pod muddyCourtResistance: feast ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 sarongAtom: uphold seller: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi stimulusProstacyclinDaffy: spine surroundings: mansion type: ClusterIP wearyAlibiHistorical: fuel
foodstuffs
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"foodstuffs.fullname\" . }}-foodstuffs\n labels:\n {{- include \"foodstuffs.labels\" . | nindent 4 }}\ndata:\n ARRIVAL_DOWN: {{ .Values.foodstuffs.arrivalDown | quote }}\n CLOGS: {{ .Values.foodstuffs.clogs | quote }}\n DUCKLING_LOTTERY_VERIFICATION: {{ .Values.foodstuffs.ducklingLotteryVerification\n | quote }}\n DYSFUNCTION_CRISIS: {{ .Values.foodstuffs.dysfunctionCrisis | quote }}\n FAX_CHOKE_ENTHUSIASM: {{ .Values.foodstuffs.faxChokeEnthusiasm | quote }}\n HATE: {{ .Values.foodstuffs.hate | quote }}\n LADDER_NOTATION: {{ .Values.foodstuffs.ladderNotation | quote }}\n PORCUPINE: {{ .Values.foodstuffs.porcupine | quote }}\n RUNNER_GRASP_HANDMAIDEN: {{ .Values.foodstuffs.runnerGraspHandmaiden | quote }}\n STORY_NETBALL_OBEISANT: {{ .Values.foodstuffs.storyNetballObeisant | quote }}\n TELL: {{ .Values.foodstuffs.tell | quote }}\n VENOM: {{ .Values.foodstuffs.venom | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"foodstuffs.fullname\" . }}-foodstuffs\n labels:\n {{- include \"foodstuffs.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: foodstuffs\nspec:\n replicas: {{ .Values.foodstuffs.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: foodstuffs\n app.kubernetes.io/name: adamant\n {{- include \"foodstuffs.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: foodstuffs\n app.kubernetes.io/name: adamant\n {{- include \"foodstuffs.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: e18a133e62e784b48035fc6b8e9e2803ee58b2206f1db2fd362c8f03946876e8\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"foodstuffs.fullname\" . }}-foodstuffs\n image: {{ .Values.foodstuffs.foodstuffs.image.repository }}:{{ .Values.foodstuffs.foodstuffs.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.foodstuffs.foodstuffs.imagePullPolicy }}\n name: foodstuffs\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.foodstuffs.foodstuffs.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.foodstuffs.foodstuffs.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"foodstuffs.fullname\" . }}-foodstuffs\n labels:\n {{- include \"foodstuffs.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.foodstuffs.type }}\n selector:\n app.kubernetes.io/instance: foodstuffs\n app.kubernetes.io/name: adamant\n {{- include \"foodstuffs.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.foodstuffs.ports | toYaml | nindent 2 -}}" ]
foodstuffs: arrivalDown: emergency clogs: wall ducklingLotteryVerification: minion dysfunctionCrisis: aftershave faxChokeEnthusiasm: stability foodstuffs: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi hate: cooing ladderNotation: role porcupine: teletype ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 runnerGraspHandmaiden: legal storyNetballObeisant: muddled tell: origin type: ClusterIP venom: stylus kubernetesClusterDomain: cluster.local
pendulum
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"pendulum.fullname\" . }}-pendulum\n labels:\n {{- include \"pendulum.labels\" . | nindent 4 }}\ndata:\n ADJOINING: {{ .Values.pendulum.adjoining | quote }}\n EAST_GROVE_BIRDBATH: {{ .Values.pendulum.eastGroveBirdbath | quote }}\n GROW_FERRYBOAT: {{ .Values.pendulum.growFerryboat | quote }}\n ROB_DIVING: {{ .Values.pendulum.robDiving | quote }}\n SHOE-HORN: {{ .Values.pendulum.shoeHorn | quote }}\n SPELT_YURT: {{ .Values.pendulum.speltYurt | quote }}\n TOTE: {{ .Values.pendulum.tote | quote }}\n TRACKSUIT_CAPTION: {{ .Values.pendulum.tracksuitCaption | quote }}\n UNEVEN: {{ .Values.pendulum.uneven | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"pendulum.fullname\" . }}-pendulum\n labels:\n {{- include \"pendulum.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: pendulum\nspec:\n replicas: {{ .Values.pendulum.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: pendulum\n app.kubernetes.io/name: permafrost\n {{- include \"pendulum.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: pendulum\n app.kubernetes.io/name: permafrost\n {{- include \"pendulum.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 3c98492cc3e7db5ceb70e8964b2681ccf0d00bdca746910633d40be41c855027\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"pendulum.fullname\" . }}-pendulum\n image: {{ .Values.pendulum.pendulum.image.repository }}:{{ .Values.pendulum.pendulum.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.pendulum.pendulum.imagePullPolicy }}\n name: pendulum\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.pendulum.pendulum.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.pendulum.pendulum.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"pendulum.fullname\" . }}-pendulum\n labels:\n {{- include \"pendulum.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.pendulum.type }}\n selector:\n app.kubernetes.io/instance: pendulum\n app.kubernetes.io/name: permafrost\n {{- include \"pendulum.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.pendulum.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local pendulum: adjoining: hay eastGroveBirdbath: citizenship growFerryboat: step-uncle pendulum: 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 robDiving: revelation shoeHorn: worth speltYurt: e-mail tote: march tracksuitCaption: fiction type: ClusterIP uneven: numeracy
contest
[ "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"contest.fullname\" . }}-contest\n labels:\n {{- include \"contest.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: contest\nspec:\n replicas: {{ .Values.contest.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: contest\n app.kubernetes.io/name: swing\n {{- include \"contest.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: contest\n app.kubernetes.io/name: swing\n {{- include \"contest.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.contest.contest.image.repository }}:{{ .Values.contest.contest.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.contest.contest.imagePullPolicy }}\n name: contest\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.contest.contest.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.contest.contest.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"contest.fullname\" . }}-contest\n labels:\n {{- include \"contest.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.contest.type }}\n selector:\n app.kubernetes.io/instance: contest\n app.kubernetes.io/name: swing\n {{- include \"contest.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.contest.ports | toYaml | nindent 2 -}}" ]
contest: contest: 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
crack
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"crack.fullname\" . }}-crack\n labels:\n {{- include \"crack.labels\" . | nindent 4 }}\ndata:\n EGGNOG: {{ .Values.crack.eggnog | quote }}\n JACKFRUIT_AVALANCHE_CONFRONT: {{ .Values.crack.jackfruitAvalancheConfront | quote\n }}\n MONITOR_FAIR: {{ .Values.crack.monitorFair | quote }}\n PASSBOOK_NIECE_ONION: {{ .Values.crack.passbookNieceOnion | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"crack.fullname\" . }}-crack\n labels:\n {{- include \"crack.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: crack\nspec:\n replicas: {{ .Values.crack.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: crack\n app.kubernetes.io/name: western\n {{- include \"crack.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: crack\n app.kubernetes.io/name: western\n {{- include \"crack.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: cb1fd73bc6800fb9c1cd85fc9e413263ad1b16850aa3d46385ae99defc83a6a5\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"crack.fullname\" . }}-crack\n image: {{ .Values.crack.crack.image.repository }}:{{ .Values.crack.crack.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.crack.crack.imagePullPolicy }}\n name: crack\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.crack.crack.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.crack.crack.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"crack.fullname\" . }}-crack\n labels:\n {{- include \"crack.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.crack.type }}\n selector:\n app.kubernetes.io/instance: crack\n app.kubernetes.io/name: western\n {{- include \"crack.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.crack.ports | toYaml | nindent 2 -}}" ]
crack: crack: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi eggnog: assault jackfruitAvalancheConfront: jumbled monitorFair: snail passbookNieceOnion: noisy ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 type: ClusterIP kubernetesClusterDomain: cluster.local
derivative
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"derivative.fullname\" . }}-derivative\n labels:\n {{- include \"derivative.labels\" . | nindent 4 }}\ndata:\n CANDY_TRUNK_ASSERTION: {{ .Values.derivative.candyTrunkAssertion | quote }}\n MEDICINE: {{ .Values.derivative.medicine | quote }}\n MINERAL_PENITENT_ELLIPSE: {{ .Values.derivative.mineralPenitentEllipse | quote\n }}\n OCCUPATION_SEASON_JAGGED: {{ .Values.derivative.occupationSeasonJagged | quote\n }}\n REGIONALISM_ROAST: {{ .Values.derivative.regionalismRoast | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"derivative.fullname\" . }}-derivative\n labels:\n {{- include \"derivative.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: derivative\nspec:\n replicas: {{ .Values.derivative.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: derivative\n app.kubernetes.io/name: candidacy\n {{- include \"derivative.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: derivative\n app.kubernetes.io/name: candidacy\n {{- include \"derivative.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 445e48bcb9f78085da90de4f761960e442e7a0ae72eedaaebe1f766618941132\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"derivative.fullname\" . }}-derivative\n image: {{ .Values.derivative.derivative.image.repository }}:{{ .Values.derivative.derivative.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.derivative.derivative.imagePullPolicy }}\n name: derivative\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.derivative.derivative.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.derivative.derivative.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"derivative.fullname\" . }}-derivative\n labels:\n {{- include \"derivative.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.derivative.type }}\n selector:\n app.kubernetes.io/instance: derivative\n app.kubernetes.io/name: candidacy\n {{- include \"derivative.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.derivative.ports | toYaml | nindent 2 -}}" ]
derivative: candyTrunkAssertion: noir derivative: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi medicine: snug mineralPenitentEllipse: hackwork occupationSeasonJagged: drum ports: - name: http port: 80 protocol: TCP targetPort: http regionalismRoast: ethyl replicas: 1 type: ClusterIP kubernetesClusterDomain: cluster.local
label
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"label.fullname\" . }}-label\n labels:\n {{- include \"label.labels\" . | nindent 4 }}\ndata:\n COLLAPSE: {{ .Values.label.collapse | quote }}\n DIVERGENT: {{ .Values.label.divergent | quote }}\n JACKFRUIT_BUILDING_CHOICE: {{ .Values.label.jackfruitBuildingChoice | quote }}\n KARATE: {{ .Values.label.karate | quote }}\n MANY_GUEST_OFFENCE: {{ .Values.label.manyGuestOffence | quote }}\n MINERAL_ROAR: {{ .Values.label.mineralRoar | quote }}\n SOCIETY: {{ .Values.label.society | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"label.fullname\" . }}-label\n labels:\n {{- include \"label.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: label\nspec:\n replicas: {{ .Values.label.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: label\n app.kubernetes.io/name: analog\n {{- include \"label.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: label\n app.kubernetes.io/name: analog\n {{- include \"label.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 2554061a228fcfe1412a01d3adcc99ba71bd5f63409a6d9a63f3ed7f0a2893bf\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"label.fullname\" . }}-label\n image: {{ .Values.label.label.image.repository }}:{{ .Values.label.label.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.label.label.imagePullPolicy }}\n name: label\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.label.label.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.label.label.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"label.fullname\" . }}-label\n labels:\n {{- include \"label.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.label.type }}\n selector:\n app.kubernetes.io/instance: label\n app.kubernetes.io/name: analog\n {{- include \"label.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.label.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local label: collapse: stride divergent: tornado jackfruitBuildingChoice: agreeable karate: foundation label: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi manyGuestOffence: enlist mineralRoar: modem ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 society: monastery type: ClusterIP
avenue
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"avenue.fullname\" . }}-avenue\n labels:\n {{- include \"avenue.labels\" . | nindent 4 }}\ndata:\n DUST: {{ .Values.avenue.dust | quote }}\n PSEUDOSCIENCE_HABIT: {{ .Values.avenue.pseudoscienceHabit | quote }}\n RANCHER: {{ .Values.avenue.rancher | quote }}\n SMELTING_STRONG_PROPOSE: {{ .Values.avenue.smeltingStrongPropose | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"avenue.fullname\" . }}-avenue\n labels:\n {{- include \"avenue.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: avenue\nspec:\n replicas: {{ .Values.avenue.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: avenue\n app.kubernetes.io/name: throat\n {{- include \"avenue.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: avenue\n app.kubernetes.io/name: throat\n {{- include \"avenue.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: aacea85a338b0bd43bc328e19583b4e537dc98d9479ab1db5138299b7fe04b78\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"avenue.fullname\" . }}-avenue\n image: {{ .Values.avenue.avenue.image.repository }}:{{ .Values.avenue.avenue.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.avenue.avenue.imagePullPolicy }}\n name: avenue\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.avenue.avenue.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.avenue.avenue.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"avenue.fullname\" . }}-avenue\n labels:\n {{- include \"avenue.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.avenue.type }}\n selector:\n app.kubernetes.io/instance: avenue\n app.kubernetes.io/name: throat\n {{- include \"avenue.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.avenue.ports | toYaml | nindent 2 -}}" ]
avenue: avenue: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi dust: leveret ports: - name: http port: 80 protocol: TCP targetPort: http pseudoscienceHabit: encounter rancher: eyeliner replicas: 1 smeltingStrongPropose: celsius type: ClusterIP kubernetesClusterDomain: cluster.local
screeching
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"screeching.fullname\" . }}-screeching\n labels:\n {{- include \"screeching.labels\" . | nindent 4 }}\ndata:\n ALBUM: {{ .Values.screeching.album | quote }}\n ECCLESIA_HACKSAW: {{ .Values.screeching.ecclesiaHacksaw | quote }}\n PASSING: {{ .Values.screeching.passing | quote }}\n SPOKESMAN_WRECKER: {{ .Values.screeching.spokesmanWrecker | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"screeching.fullname\" . }}-screeching\n labels:\n {{- include \"screeching.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: screeching\nspec:\n replicas: {{ .Values.screeching.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: screeching\n app.kubernetes.io/name: embossing\n {{- include \"screeching.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: screeching\n app.kubernetes.io/name: embossing\n {{- include \"screeching.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: fca0060e49c336b29b01af68ad5c2ebe4249c7c9e9d2c44f1652e11a597b6fdb\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"screeching.fullname\" . }}-screeching\n image: {{ .Values.screeching.screeching.image.repository }}:{{ .Values.screeching.screeching.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.screeching.screeching.imagePullPolicy }}\n name: screeching\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.screeching.screeching.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.screeching.screeching.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"screeching.fullname\" . }}-screeching\n labels:\n {{- include \"screeching.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.screeching.type }}\n selector:\n app.kubernetes.io/instance: screeching\n app.kubernetes.io/name: embossing\n {{- include \"screeching.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.screeching.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local screeching: album: final ecclesiaHacksaw: amazon passing: ram ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 screeching: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi spokesmanWrecker: grumpy type: ClusterIP
juice
[ "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"juice.fullname\" . }}-juice\n labels:\n {{- include \"juice.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: juice\nspec:\n replicas: {{ .Values.juice.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: juice\n app.kubernetes.io/name: pinafore\n {{- include \"juice.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: juice\n app.kubernetes.io/name: pinafore\n {{- include \"juice.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.juice.juice.image.repository }}:{{ .Values.juice.juice.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.juice.juice.imagePullPolicy }}\n name: juice\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.juice.juice.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.juice.juice.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"juice.fullname\" . }}-juice\n labels:\n {{- include \"juice.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.juice.type }}\n selector:\n app.kubernetes.io/instance: juice\n app.kubernetes.io/name: pinafore\n {{- include \"juice.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.juice.ports | toYaml | nindent 2 -}}" ]
juice: juice: 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
spank
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"spank.fullname\" . }}-spank\n labels:\n {{- include \"spank.labels\" . | nindent 4 }}\ndata:\n PASSING: {{ .Values.spank.passing | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"spank.fullname\" . }}-spank\n labels:\n {{- include \"spank.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: spank\nspec:\n replicas: {{ .Values.spank.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: spank\n app.kubernetes.io/name: collision\n {{- include \"spank.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: spank\n app.kubernetes.io/name: collision\n {{- include \"spank.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: bf674541d08ffc48983177399afde204798cb8ee12f28588531a8709378ff05e\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"spank.fullname\" . }}-spank\n image: {{ .Values.spank.spank.image.repository }}:{{ .Values.spank.spank.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.spank.spank.imagePullPolicy }}\n name: spank\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.spank.spank.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.spank.spank.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"spank.fullname\" . }}-spank\n labels:\n {{- include \"spank.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.spank.type }}\n selector:\n app.kubernetes.io/instance: spank\n app.kubernetes.io/name: collision\n {{- include \"spank.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.spank.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local spank: passing: aircraft ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 spank: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi type: ClusterIP
cricketer
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"cricketer.fullname\" . }}-cricketer\n labels:\n {{- include \"cricketer.labels\" . | nindent 4 }}\ndata:\n BAR_MANY: {{ .Values.cricketer.barMany | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"cricketer.fullname\" . }}-cricketer\n labels:\n {{- include \"cricketer.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: cricketer\nspec:\n replicas: {{ .Values.cricketer.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: cricketer\n app.kubernetes.io/name: severity\n {{- include \"cricketer.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: cricketer\n app.kubernetes.io/name: severity\n {{- include \"cricketer.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: dcff749444d5576a588d050989a5d3c4af0037a6a6b4249b2388418e14dacc74\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"cricketer.fullname\" . }}-cricketer\n image: {{ .Values.cricketer.cricketer.image.repository }}:{{ .Values.cricketer.cricketer.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.cricketer.cricketer.imagePullPolicy }}\n name: cricketer\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.cricketer.cricketer.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.cricketer.cricketer.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"cricketer.fullname\" . }}-cricketer\n labels:\n {{- include \"cricketer.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.cricketer.type }}\n selector:\n app.kubernetes.io/instance: cricketer\n app.kubernetes.io/name: severity\n {{- include \"cricketer.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.cricketer.ports | toYaml | nindent 2 -}}" ]
cricketer: barMany: miscreant cricketer: 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
wash
[ "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"wash.fullname\" . }}-wash\n labels:\n {{- include \"wash.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: wash\nspec:\n replicas: {{ .Values.wash.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: wash\n app.kubernetes.io/name: general\n {{- include \"wash.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: wash\n app.kubernetes.io/name: general\n {{- include \"wash.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.wash.wash.image.repository }}:{{ .Values.wash.wash.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.wash.wash.imagePullPolicy }}\n name: wash\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.wash.wash.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.wash.wash.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"wash.fullname\" . }}-wash\n labels:\n {{- include \"wash.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.wash.type }}\n selector:\n app.kubernetes.io/instance: wash\n app.kubernetes.io/name: general\n {{- include \"wash.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.wash.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local wash: ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 type: ClusterIP wash: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi
diner
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"diner.fullname\" . }}-diner\n labels:\n {{- include \"diner.labels\" . | nindent 4 }}\ndata:\n DRESSER_PLEDGE_DUE: {{ .Values.diner.dresserPledgeDue | quote }}\n PENICILLIN_GOVERNMENT_FRIGHT: {{ .Values.diner.penicillinGovernmentFright | quote\n }}\n STUDENT_MAIL: {{ .Values.diner.studentMail | quote }}\n TENET: {{ .Values.diner.tenet | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"diner.fullname\" . }}-diner\n labels:\n {{- include \"diner.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: diner\nspec:\n replicas: {{ .Values.diner.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: diner\n app.kubernetes.io/name: gruesome\n {{- include \"diner.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: diner\n app.kubernetes.io/name: gruesome\n {{- include \"diner.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 5f5c53bc0da89dd7a90e752e38f16b307d71d5be4d119b128b0588e6effa3334\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"diner.fullname\" . }}-diner\n image: {{ .Values.diner.diner.image.repository }}:{{ .Values.diner.diner.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.diner.diner.imagePullPolicy }}\n name: diner\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.diner.diner.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.diner.diner.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"diner.fullname\" . }}-diner\n labels:\n {{- include \"diner.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.diner.type }}\n selector:\n app.kubernetes.io/instance: diner\n app.kubernetes.io/name: gruesome\n {{- include \"diner.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.diner.ports | toYaml | nindent 2 -}}" ]
diner: diner: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi dresserPledgeDue: cost penicillinGovernmentFright: coordinate ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 studentMail: elm tenet: punishment type: ClusterIP kubernetesClusterDomain: cluster.local
raspberry
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"raspberry.fullname\" . }}-raspberry\n labels:\n {{- include \"raspberry.labels\" . | nindent 4 }}\ndata:\n ACCORDANCE_MID-COURSE_ASSISTANCE: {{ .Values.raspberry.accordanceMidCourseAssistance\n | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"raspberry.fullname\" . }}-raspberry\n labels:\n {{- include \"raspberry.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: raspberry\nspec:\n replicas: {{ .Values.raspberry.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: raspberry\n app.kubernetes.io/name: hire\n {{- include \"raspberry.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: raspberry\n app.kubernetes.io/name: hire\n {{- include \"raspberry.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 7f3d92eb43836ed3aadc0b0c56456ad3c3cbfe2c794b83773e06f54443300db6\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"raspberry.fullname\" . }}-raspberry\n image: {{ .Values.raspberry.raspberry.image.repository }}:{{ .Values.raspberry.raspberry.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.raspberry.raspberry.imagePullPolicy }}\n name: raspberry\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.raspberry.raspberry.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.raspberry.raspberry.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"raspberry.fullname\" . }}-raspberry\n labels:\n {{- include \"raspberry.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.raspberry.type }}\n selector:\n app.kubernetes.io/instance: raspberry\n app.kubernetes.io/name: hire\n {{- include \"raspberry.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.raspberry.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local raspberry: accordanceMidCourseAssistance: boundary ports: - name: http port: 80 protocol: TCP targetPort: http raspberry: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi replicas: 1 type: ClusterIP
capable
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"capable.fullname\" . }}-capable\n labels:\n {{- include \"capable.labels\" . | nindent 4 }}\ndata:\n BEST-SELLER_UNDERESTIMATE_PEPPERONI: {{ .Values.capable.bestSellerUnderestimatePepperoni\n | quote }}\n CALIBER_PAGE_COLLECTIVISATION: {{ .Values.capable.caliberPageCollectivisation |\n quote }}\n OEUVRE_WASTEFUL: {{ .Values.capable.oeuvreWasteful | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"capable.fullname\" . }}-capable\n labels:\n {{- include \"capable.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: capable\nspec:\n replicas: {{ .Values.capable.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: capable\n app.kubernetes.io/name: cooing\n {{- include \"capable.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: capable\n app.kubernetes.io/name: cooing\n {{- include \"capable.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 831f5f12d28558c3de858fde8a319dcc63f6218dab897f9e18ffcdd7da9ecb8f\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"capable.fullname\" . }}-capable\n image: {{ .Values.capable.capable.image.repository }}:{{ .Values.capable.capable.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.capable.capable.imagePullPolicy }}\n name: capable\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.capable.capable.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.capable.capable.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"capable.fullname\" . }}-capable\n labels:\n {{- include \"capable.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.capable.type }}\n selector:\n app.kubernetes.io/instance: capable\n app.kubernetes.io/name: cooing\n {{- include \"capable.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.capable.ports | toYaml | nindent 2 -}}" ]
capable: bestSellerUnderestimatePepperoni: coalition caliberPageCollectivisation: placebo capable: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi oeuvreWasteful: magnet ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 type: ClusterIP kubernetesClusterDomain: cluster.local
coin
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"coin.fullname\" . }}-coin\n labels:\n {{- include \"coin.labels\" . | nindent 4 }}\ndata:\n ADJECTIVE_THORN: {{ .Values.coin.adjectiveThorn | quote }}\n DRUG_BAIL_DWELLING: {{ .Values.coin.drugBailDwelling | quote }}\n EPOCH_ACQUAINTANCE: {{ .Values.coin.epochAcquaintance | quote }}\n GROUP_WAR: {{ .Values.coin.groupWar | quote }}\n ITCH_COMPUTER_SEPARATION: {{ .Values.coin.itchComputerSeparation | quote }}\n LOFT: {{ .Values.coin.loft | quote }}\n MESS_MOMENT: {{ .Values.coin.messMoment | quote }}\n OPERATOR_UPLIFT_WRAP: {{ .Values.coin.operatorUpliftWrap | quote }}\n PARTY_INTEGRATION_HEARTACHE: {{ .Values.coin.partyIntegrationHeartache | quote\n }}\n RAINY: {{ .Values.coin.rainy | quote }}\n VALIDITY: {{ .Values.coin.validity | quote }}\n VOICE_OVERCOME_MISSPELL: {{ .Values.coin.voiceOvercomeMisspell | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"coin.fullname\" . }}-coin\n labels:\n {{- include \"coin.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: coin\nspec:\n replicas: {{ .Values.coin.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: coin\n app.kubernetes.io/name: nostalgic\n {{- include \"coin.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: coin\n app.kubernetes.io/name: nostalgic\n {{- include \"coin.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 5e4ff43e953474a04e49c7aeceb7c89f393ee9d190af5409b152e14231cecdb3\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"coin.fullname\" . }}-coin\n image: {{ .Values.coin.coin.image.repository }}:{{ .Values.coin.coin.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.coin.coin.imagePullPolicy }}\n name: coin\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.coin.coin.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.coin.coin.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"coin.fullname\" . }}-coin\n labels:\n {{- include \"coin.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.coin.type }}\n selector:\n app.kubernetes.io/instance: coin\n app.kubernetes.io/name: nostalgic\n {{- include \"coin.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.coin.ports | toYaml | nindent 2 -}}" ]
coin: adjectiveThorn: barstool coin: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi drugBailDwelling: integer epochAcquaintance: mindless groupWar: identify itchComputerSeparation: species loft: azimuth messMoment: bumper operatorUpliftWrap: aboard partyIntegrationHeartache: level ports: - name: http port: 80 protocol: TCP targetPort: http rainy: pantsuit replicas: 1 type: ClusterIP validity: outset voiceOvercomeMisspell: extremist kubernetesClusterDomain: cluster.local
pocketbook
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"pocketbook.fullname\" . }}-pocketbook\n labels:\n {{- include \"pocketbook.labels\" . | nindent 4 }}\ndata:\n DIADEM: {{ .Values.pocketbook.diadem | quote }}\n EXASPERATION: {{ .Values.pocketbook.exasperation | quote }}\n SAVORY: {{ .Values.pocketbook.savory | quote }}\n TEEN_STORY: {{ .Values.pocketbook.teenStory | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"pocketbook.fullname\" . }}-pocketbook\n labels:\n {{- include \"pocketbook.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: pocketbook\nspec:\n replicas: {{ .Values.pocketbook.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: pocketbook\n app.kubernetes.io/name: plaintiff\n {{- include \"pocketbook.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: pocketbook\n app.kubernetes.io/name: plaintiff\n {{- include \"pocketbook.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: d2e34c3e8e451f89ade84e458df0cd88d542347c4f3f70e2a804a33bc019af2b\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"pocketbook.fullname\" . }}-pocketbook\n image: {{ .Values.pocketbook.pocketbook.image.repository }}:{{ .Values.pocketbook.pocketbook.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.pocketbook.pocketbook.imagePullPolicy }}\n name: pocketbook\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.pocketbook.pocketbook.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.pocketbook.pocketbook.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"pocketbook.fullname\" . }}-pocketbook\n labels:\n {{- include \"pocketbook.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.pocketbook.type }}\n selector:\n app.kubernetes.io/instance: pocketbook\n app.kubernetes.io/name: plaintiff\n {{- include \"pocketbook.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.pocketbook.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local pocketbook: diadem: method exasperation: buddy pocketbook: 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 savory: step-father teenStory: deployment type: ClusterIP
indigence
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"indigence.fullname\" . }}-indigence\n labels:\n {{- include \"indigence.labels\" . | nindent 4 }}\ndata:\n ABOLISHMENT_AIRCRAFT: {{ .Values.indigence.abolishmentAircraft | quote }}\n ARENA_COMPULSION: {{ .Values.indigence.arenaCompulsion | quote }}\n BET_PSYCHOTIC_RACING: {{ .Values.indigence.betPsychoticRacing | quote }}\n ECONOMICS: {{ .Values.indigence.economics | quote }}\n EMANATE_PRESCRIPTION: {{ .Values.indigence.emanatePrescription | quote }}\n MOB_THERAPEUTIC_SHELL: {{ .Values.indigence.mobTherapeuticShell | quote }}\n TELL_VACCINE_MEANING: {{ .Values.indigence.tellVaccineMeaning | quote }}\n THRIFT: {{ .Values.indigence.thrift | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"indigence.fullname\" . }}-indigence\n labels:\n {{- include \"indigence.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: indigence\nspec:\n replicas: {{ .Values.indigence.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: indigence\n app.kubernetes.io/name: puny\n {{- include \"indigence.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: indigence\n app.kubernetes.io/name: puny\n {{- include \"indigence.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 78bd6bb59079909b94106465bfb10e3767fb1ac6f59cc8b50d0caca6f4f29695\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"indigence.fullname\" . }}-indigence\n image: {{ .Values.indigence.indigence.image.repository }}:{{ .Values.indigence.indigence.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.indigence.indigence.imagePullPolicy }}\n name: indigence\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.indigence.indigence.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.indigence.indigence.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"indigence.fullname\" . }}-indigence\n labels:\n {{- include \"indigence.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.indigence.type }}\n selector:\n app.kubernetes.io/instance: indigence\n app.kubernetes.io/name: puny\n {{- include \"indigence.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.indigence.ports | toYaml | nindent 2 -}}" ]
indigence: abolishmentAircraft: cliff arenaCompulsion: spectrograph betPsychoticRacing: abdomen economics: method emanatePrescription: visa indigence: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi mobTherapeuticShell: accomplish ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 tellVaccineMeaning: gallery thrift: continent type: ClusterIP kubernetesClusterDomain: cluster.local
dancer
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"dancer.fullname\" . }}-dancer\n labels:\n {{- include \"dancer.labels\" . | nindent 4 }}\ndata:\n ANATOMY_CURIO_AFTERSHOCK: {{ .Values.dancer.anatomyCurioAftershock | quote }}\n FERRYBOAT_KNUCKLE_LOADING: {{ .Values.dancer.ferryboatKnuckleLoading | quote }}\n INCENSE_DOG: {{ .Values.dancer.incenseDog | quote }}\n INSTITUTE_STATISTICS_CLEFT: {{ .Values.dancer.instituteStatisticsCleft | quote\n }}\n INTENSIFY_REBELLIOUS: {{ .Values.dancer.intensifyRebellious | quote }}\n LIGHTING: {{ .Values.dancer.lighting | quote }}\n LOVING: {{ .Values.dancer.loving | quote }}\n RAILWAY_SHAW_PUP: {{ .Values.dancer.railwayShawPup | quote }}\n THAW_NICK_AGGRESSION: {{ .Values.dancer.thawNickAggression | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"dancer.fullname\" . }}-dancer\n labels:\n {{- include \"dancer.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: dancer\nspec:\n replicas: {{ .Values.dancer.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: dancer\n app.kubernetes.io/name: cannon\n {{- include \"dancer.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: dancer\n app.kubernetes.io/name: cannon\n {{- include \"dancer.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 90c37d69daff15243d3b4b5af4f1b67315564f9ea9046987d1f1fd6e881a6d70\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"dancer.fullname\" . }}-dancer\n image: {{ .Values.dancer.dancer.image.repository }}:{{ .Values.dancer.dancer.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.dancer.dancer.imagePullPolicy }}\n name: dancer\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.dancer.dancer.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.dancer.dancer.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"dancer.fullname\" . }}-dancer\n labels:\n {{- include \"dancer.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.dancer.type }}\n selector:\n app.kubernetes.io/instance: dancer\n app.kubernetes.io/name: cannon\n {{- include \"dancer.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.dancer.ports | toYaml | nindent 2 -}}" ]
dancer: anatomyCurioAftershock: pajamas dancer: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi ferryboatKnuckleLoading: angiosperm incenseDog: something instituteStatisticsCleft: administrator intensifyRebellious: boatload lighting: command loving: incompetence ports: - name: http port: 80 protocol: TCP targetPort: http railwayShawPup: wholesale replicas: 1 thawNickAggression: sub type: ClusterIP kubernetesClusterDomain: cluster.local
lottery
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"lottery.fullname\" . }}-lottery\n labels:\n {{- include \"lottery.labels\" . | nindent 4 }}\ndata:\n ANARCHIST_NOUGAT: {{ .Values.lottery.anarchistNougat | quote }}\n CAVE_ECUMENIST_BREAK: {{ .Values.lottery.caveEcumenistBreak | quote }}\n GRAVITY_E-BOOK: {{ .Values.lottery.gravityEBook | quote }}\n HABITAT_ASK_WITHDRAW: {{ .Values.lottery.habitatAskWithdraw | quote }}\n JERK: {{ .Values.lottery.jerk | quote }}\n NASTY_BARREL_OVERT: {{ .Values.lottery.nastyBarrelOvert | quote }}\n PROTOCOL_DECORATION_SUBCONSCIOUS: {{ .Values.lottery.protocolDecorationSubconscious\n | quote }}\n PSEUDOCODE_ASSESSMENT: {{ .Values.lottery.pseudocodeAssessment | quote }}\n RESERVATION: {{ .Values.lottery.reservation | quote }}\n SPAWN: {{ .Values.lottery.spawn | quote }}\n TOURNAMENT: {{ .Values.lottery.tournament | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"lottery.fullname\" . }}-lottery\n labels:\n {{- include \"lottery.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: lottery\nspec:\n replicas: {{ .Values.lottery.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: lottery\n app.kubernetes.io/name: argument\n {{- include \"lottery.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: lottery\n app.kubernetes.io/name: argument\n {{- include \"lottery.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 0fd0bbbac8339485572406e45cafb17f863c31b1cbf802a93bc7d6dbb4210568\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"lottery.fullname\" . }}-lottery\n image: {{ .Values.lottery.lottery.image.repository }}:{{ .Values.lottery.lottery.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.lottery.lottery.imagePullPolicy }}\n name: lottery\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.lottery.lottery.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.lottery.lottery.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"lottery.fullname\" . }}-lottery\n labels:\n {{- include \"lottery.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.lottery.type }}\n selector:\n app.kubernetes.io/instance: lottery\n app.kubernetes.io/name: argument\n {{- include \"lottery.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.lottery.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local lottery: anarchistNougat: crucifixion caveEcumenistBreak: eyelash gravityEBook: sock habitatAskWithdraw: holiday jerk: big lottery: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi nastyBarrelOvert: tour ports: - name: http port: 80 protocol: TCP targetPort: http protocolDecorationSubconscious: cartridge pseudocodeAssessment: trashy replicas: 1 reservation: flee spawn: counterterrorism tournament: quiet type: ClusterIP
expansion
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"expansion.fullname\" . }}-expansion\n labels:\n {{- include \"expansion.labels\" . | nindent 4 }}\ndata:\n GRASSHOPPER_PORT_KOALA: {{ .Values.expansion.grasshopperPortKoala | quote }}\n PEGBOARD_NOTATION_RITUAL: {{ .Values.expansion.pegboardNotationRitual | quote }}\n POLO_YOUTH: {{ .Values.expansion.poloYouth | quote }}\n REDHEAD: {{ .Values.expansion.redhead | quote }}\n TORPID_INDICATOR_MAIZE: {{ .Values.expansion.torpidIndicatorMaize | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"expansion.fullname\" . }}-expansion\n labels:\n {{- include \"expansion.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: expansion\nspec:\n replicas: {{ .Values.expansion.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: expansion\n app.kubernetes.io/name: plow\n {{- include \"expansion.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: expansion\n app.kubernetes.io/name: plow\n {{- include \"expansion.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: cc90762de8a6d91b6a182e67eeccaa228bf64a3af1a38d23fd6ae6a5ba7b0f0c\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"expansion.fullname\" . }}-expansion\n image: {{ .Values.expansion.expansion.image.repository }}:{{ .Values.expansion.expansion.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.expansion.expansion.imagePullPolicy }}\n name: expansion\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.expansion.expansion.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.expansion.expansion.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"expansion.fullname\" . }}-expansion\n labels:\n {{- include \"expansion.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.expansion.type }}\n selector:\n app.kubernetes.io/instance: expansion\n app.kubernetes.io/name: plow\n {{- include \"expansion.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.expansion.ports | toYaml | nindent 2 -}}" ]
expansion: expansion: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi grasshopperPortKoala: semicircle pegboardNotationRitual: ambitious poloYouth: volunteering ports: - name: http port: 80 protocol: TCP targetPort: http redhead: pottery replicas: 1 torpidIndicatorMaize: abstracted type: ClusterIP kubernetesClusterDomain: cluster.local
shallow
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"shallow.fullname\" . }}-shallow\n labels:\n {{- include \"shallow.labels\" . | nindent 4 }}\ndata:\n ANESTHESIOLOGIST_TURNING: {{ .Values.shallow.anesthesiologistTurning | quote }}\n DELAY: {{ .Values.shallow.delay | quote }}\n EVENING: {{ .Values.shallow.evening | quote }}\n GOODWILL_EAR_GAS: {{ .Values.shallow.goodwillEarGas | quote }}\n GRUMPY_RADIATOR_PLANET: {{ .Values.shallow.grumpyRadiatorPlanet | quote }}\n OBEY_WATERFALL: {{ .Values.shallow.obeyWaterfall | quote }}\n POUCH_DUE: {{ .Values.shallow.pouchDue | quote }}\n RAG_QUACK: {{ .Values.shallow.ragQuack | quote }}\n SINGER_PEN: {{ .Values.shallow.singerPen | quote }}\n SUNSHINE: {{ .Values.shallow.sunshine | quote }}\n VERB_GRASS: {{ .Values.shallow.verbGrass | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"shallow.fullname\" . }}-shallow\n labels:\n {{- include \"shallow.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: shallow\nspec:\n replicas: {{ .Values.shallow.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: shallow\n app.kubernetes.io/name: shearling\n {{- include \"shallow.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: shallow\n app.kubernetes.io/name: shearling\n {{- include \"shallow.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: af3984dc8209caa74a40680d114484e26014edf0f3ecb0e51e7731abecafbf15\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"shallow.fullname\" . }}-shallow\n image: {{ .Values.shallow.shallow.image.repository }}:{{ .Values.shallow.shallow.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.shallow.shallow.imagePullPolicy }}\n name: shallow\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.shallow.shallow.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.shallow.shallow.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"shallow.fullname\" . }}-shallow\n labels:\n {{- include \"shallow.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.shallow.type }}\n selector:\n app.kubernetes.io/instance: shallow\n app.kubernetes.io/name: shearling\n {{- include \"shallow.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.shallow.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local shallow: anesthesiologistTurning: appellation delay: lycra evening: faith goodwillEarGas: blizzard grumpyRadiatorPlanet: decisive obeyWaterfall: millet ports: - name: http port: 80 protocol: TCP targetPort: http pouchDue: summit ragQuack: tapioca replicas: 1 shallow: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi singerPen: procedure sunshine: fatigues type: ClusterIP verbGrass: linguistics
grin
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"grin.fullname\" . }}-grin\n labels:\n {{- include \"grin.labels\" . | nindent 4 }}\ndata:\n EASE_SPECIFY_GROCERY: {{ .Values.grin.easeSpecifyGrocery | quote }}\n GRAMMAR: {{ .Values.grin.grammar | quote }}\n HIGH: {{ .Values.grin.high | quote }}\n HURRICANE_TOPIC_PAYOFF: {{ .Values.grin.hurricaneTopicPayoff | quote }}\n PEACE_POOL: {{ .Values.grin.peacePool | quote }}\n QUEEN_COMPONENT_UNDERWEAR: {{ .Values.grin.queenComponentUnderwear | quote }}\n WASTEBASKET_ALTERNATIVE: {{ .Values.grin.wastebasketAlternative | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"grin.fullname\" . }}-grin\n labels:\n {{- include \"grin.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: grin\nspec:\n replicas: {{ .Values.grin.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: grin\n app.kubernetes.io/name: shell\n {{- include \"grin.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: grin\n app.kubernetes.io/name: shell\n {{- include \"grin.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 64dcb6646d52a14e77ad5d77477d109e2e048f4ef0952e6f57e2761cdfd68ff3\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"grin.fullname\" . }}-grin\n image: {{ .Values.grin.grin.image.repository }}:{{ .Values.grin.grin.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.grin.grin.imagePullPolicy }}\n name: grin\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.grin.grin.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.grin.grin.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"grin.fullname\" . }}-grin\n labels:\n {{- include \"grin.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.grin.type }}\n selector:\n app.kubernetes.io/instance: grin\n app.kubernetes.io/name: shell\n {{- include \"grin.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.grin.ports | toYaml | nindent 2 -}}" ]
grin: easeSpecifyGrocery: alfalfa grammar: value grin: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi high: election hurricaneTopicPayoff: strategy peacePool: sniff ports: - name: http port: 80 protocol: TCP targetPort: http queenComponentUnderwear: belligerent replicas: 1 type: ClusterIP wastebasketAlternative: acquire kubernetesClusterDomain: cluster.local
capitulation
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"capitulation.fullname\" . }}-capitulation\n labels:\n {{- include \"capitulation.labels\" . | nindent 4 }}\ndata:\n HEALTH_TRAFFIC_PRECEDENCE: {{ .Values.capitulation.healthTrafficPrecedence | quote\n }}\n LIMO_BEANSTALK: {{ .Values.capitulation.limoBeanstalk | quote }}\n PARSLEY_AMBIENCE: {{ .Values.capitulation.parsleyAmbience | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"capitulation.fullname\" . }}-capitulation\n labels:\n {{- include \"capitulation.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: capitulation\nspec:\n replicas: {{ .Values.capitulation.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: capitulation\n app.kubernetes.io/name: linguist\n {{- include \"capitulation.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: capitulation\n app.kubernetes.io/name: linguist\n {{- include \"capitulation.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: eda2979c1f08a66634017931e09ba35233b862d63f768ca59210590e000111f0\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"capitulation.fullname\" . }}-capitulation\n image: {{ .Values.capitulation.capitulation.image.repository }}:{{ .Values.capitulation.capitulation.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.capitulation.capitulation.imagePullPolicy }}\n name: capitulation\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.capitulation.capitulation.resources | nindent 10\n }}\n securityContext: {{- toYaml .Values.capitulation.capitulation.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"capitulation.fullname\" . }}-capitulation\n labels:\n {{- include \"capitulation.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.capitulation.type }}\n selector:\n app.kubernetes.io/instance: capitulation\n app.kubernetes.io/name: linguist\n {{- include \"capitulation.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.capitulation.ports | toYaml | nindent 2 -}}" ]
capitulation: capitulation: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi healthTrafficPrecedence: delight limoBeanstalk: emanate parsleyAmbience: whirl ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 type: ClusterIP kubernetesClusterDomain: cluster.local
panda
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"panda.fullname\" . }}-panda\n labels:\n {{- include \"panda.labels\" . | nindent 4 }}\ndata:\n ARCHITECTURE_AIR: {{ .Values.panda.architectureAir | quote }}\n BARREL_KANGAROO_HYPHENATION: {{ .Values.panda.barrelKangarooHyphenation | quote\n }}\n BROKER_APE: {{ .Values.panda.brokerApe | quote }}\n HOMETOWN_SWAN: {{ .Values.panda.hometownSwan | quote }}\n MODELING: {{ .Values.panda.modeling | quote }}\n NEON_HABITAT: {{ .Values.panda.neonHabitat | quote }}\n OVERCOAT_SLIME_BEHEADING: {{ .Values.panda.overcoatSlimeBeheading | quote }}\n SCENERY_STRIPE_SLEEPY: {{ .Values.panda.sceneryStripeSleepy | quote }}\n SILENT: {{ .Values.panda.silent | quote }}\n WONDER_SAMOVAR: {{ .Values.panda.wonderSamovar | quote }}\n YACHT: {{ .Values.panda.yacht | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"panda.fullname\" . }}-panda\n labels:\n {{- include \"panda.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: panda\nspec:\n replicas: {{ .Values.panda.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: panda\n app.kubernetes.io/name: compile\n {{- include \"panda.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: panda\n app.kubernetes.io/name: compile\n {{- include \"panda.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 8018cbeb9057107fff79df36e56206d812d42cc3922de929d59cacadaf167006\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"panda.fullname\" . }}-panda\n image: {{ .Values.panda.panda.image.repository }}:{{ .Values.panda.panda.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.panda.panda.imagePullPolicy }}\n name: panda\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.panda.panda.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.panda.panda.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"panda.fullname\" . }}-panda\n labels:\n {{- include \"panda.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.panda.type }}\n selector:\n app.kubernetes.io/instance: panda\n app.kubernetes.io/name: compile\n {{- include \"panda.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.panda.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local panda: architectureAir: appetiser barrelKangarooHyphenation: cannibal brokerApe: concrete hometownSwan: sausage modeling: calculus neonHabitat: trove overcoatSlimeBeheading: anguish panda: 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 sceneryStripeSleepy: undress silent: hotdog type: ClusterIP wonderSamovar: paperwork yacht: change
inexpensive
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"inexpensive.fullname\" . }}-inexpensive\n labels:\n {{- include \"inexpensive.labels\" . | nindent 4 }}\ndata:\n CANTEEN: {{ .Values.inexpensive.canteen | quote }}\n ECUMENIST_GRAPEFRUIT: {{ .Values.inexpensive.ecumenistGrapefruit | quote }}\n PORK_JACKAL: {{ .Values.inexpensive.porkJackal | quote }}\n ZOO: {{ .Values.inexpensive.zoo | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"inexpensive.fullname\" . }}-inexpensive\n labels:\n {{- include \"inexpensive.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: inexpensive\nspec:\n replicas: {{ .Values.inexpensive.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: inexpensive\n app.kubernetes.io/name: microlending\n {{- include \"inexpensive.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: inexpensive\n app.kubernetes.io/name: microlending\n {{- include \"inexpensive.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: cb5f5938b3d62181fb9fd31902f27e35188958f71253973b47ab79cc12be340f\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"inexpensive.fullname\" . }}-inexpensive\n image: {{ .Values.inexpensive.inexpensive.image.repository }}:{{ .Values.inexpensive.inexpensive.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.inexpensive.inexpensive.imagePullPolicy }}\n name: inexpensive\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.inexpensive.inexpensive.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.inexpensive.inexpensive.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"inexpensive.fullname\" . }}-inexpensive\n labels:\n {{- include \"inexpensive.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.inexpensive.type }}\n selector:\n app.kubernetes.io/instance: inexpensive\n app.kubernetes.io/name: microlending\n {{- include \"inexpensive.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.inexpensive.ports | toYaml | nindent 2 -}}" ]
inexpensive: canteen: bizarre ecumenistGrapefruit: tumbler inexpensive: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi porkJackal: sick ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 type: ClusterIP zoo: shoelace kubernetesClusterDomain: cluster.local
scanner
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"scanner.fullname\" . }}-scanner\n labels:\n {{- include \"scanner.labels\" . | nindent 4 }}\ndata:\n LUXURIANT: {{ .Values.scanner.luxuriant | quote }}\n UNDERESTIMATE: {{ .Values.scanner.underestimate | quote }}\n VIXEN_CATCH_MONASTICISM: {{ .Values.scanner.vixenCatchMonasticism | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"scanner.fullname\" . }}-scanner\n labels:\n {{- include \"scanner.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: scanner\nspec:\n replicas: {{ .Values.scanner.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: scanner\n app.kubernetes.io/name: neighbourhood\n {{- include \"scanner.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: scanner\n app.kubernetes.io/name: neighbourhood\n {{- include \"scanner.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: fd754f73d9e6d425e25a7c25ef3205432889d6aff8ebf22fa587ce08fb9304ca\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"scanner.fullname\" . }}-scanner\n image: {{ .Values.scanner.scanner.image.repository }}:{{ .Values.scanner.scanner.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.scanner.scanner.imagePullPolicy }}\n name: scanner\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.scanner.scanner.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.scanner.scanner.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"scanner.fullname\" . }}-scanner\n labels:\n {{- include \"scanner.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.scanner.type }}\n selector:\n app.kubernetes.io/instance: scanner\n app.kubernetes.io/name: neighbourhood\n {{- include \"scanner.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.scanner.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local scanner: luxuriant: brainy ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 scanner: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi type: ClusterIP underestimate: jazz vixenCatchMonasticism: own
dressing
[ "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"dressing.fullname\" . }}-dressing\n labels:\n {{- include \"dressing.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: dressing\nspec:\n replicas: {{ .Values.dressing.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: dressing\n app.kubernetes.io/name: journal\n {{- include \"dressing.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: dressing\n app.kubernetes.io/name: journal\n {{- include \"dressing.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.dressing.dressing.image.repository }}:{{ .Values.dressing.dressing.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.dressing.dressing.imagePullPolicy }}\n name: dressing\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.dressing.dressing.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.dressing.dressing.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"dressing.fullname\" . }}-dressing\n labels:\n {{- include \"dressing.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.dressing.type }}\n selector:\n app.kubernetes.io/instance: dressing\n app.kubernetes.io/name: journal\n {{- include \"dressing.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.dressing.ports | toYaml | nindent 2 -}}" ]
dressing: dressing: 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
costume
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"costume.fullname\" . }}-costume\n labels:\n {{- include \"costume.labels\" . | nindent 4 }}\ndata:\n ACCOMPLISH_BATHE_ABROGATION: {{ .Values.costume.accomplishBatheAbrogation | quote\n }}\n DAPPER_PAPA_PUDDLE: {{ .Values.costume.dapperPapaPuddle | quote }}\n EVENING-WEAR_INCH: {{ .Values.costume.eveningWearInch | quote }}\n FLUNG_ELICIT: {{ .Values.costume.flungElicit | quote }}\n INTERNET_OBLIGATION_LOGO: {{ .Values.costume.internetObligationLogo | quote }}\n REPLACE_DEVELOPER: {{ .Values.costume.replaceDeveloper | quote }}\n SCREAMER: {{ .Values.costume.screamer | quote }}\n SLICE_VODKA_ACCORD: {{ .Values.costume.sliceVodkaAccord | quote }}\n TERRORISM: {{ .Values.costume.terrorism | quote }}\n TOOL_ACCELERATOR_STREAM: {{ .Values.costume.toolAcceleratorStream | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"costume.fullname\" . }}-costume\n labels:\n {{- include \"costume.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: costume\nspec:\n replicas: {{ .Values.costume.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: costume\n app.kubernetes.io/name: spyglass\n {{- include \"costume.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: costume\n app.kubernetes.io/name: spyglass\n {{- include \"costume.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 719c6b38b6faaf770abded17f59a4c9c969058a75b352ab780f2f5d293c48dca\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"costume.fullname\" . }}-costume\n image: {{ .Values.costume.costume.image.repository }}:{{ .Values.costume.costume.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.costume.costume.imagePullPolicy }}\n name: costume\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.costume.costume.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.costume.costume.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"costume.fullname\" . }}-costume\n labels:\n {{- include \"costume.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.costume.type }}\n selector:\n app.kubernetes.io/instance: costume\n app.kubernetes.io/name: spyglass\n {{- include \"costume.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.costume.ports | toYaml | nindent 2 -}}" ]
costume: accomplishBatheAbrogation: counsel costume: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi dapperPapaPuddle: pharmacist eveningWearInch: friend flungElicit: ethyl internetObligationLogo: evening ports: - name: http port: 80 protocol: TCP targetPort: http replaceDeveloper: nylon replicas: 1 screamer: cassava sliceVodkaAccord: turning terrorism: trumpet toolAcceleratorStream: ad type: ClusterIP kubernetesClusterDomain: cluster.local
energetic
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"energetic.fullname\" . }}-energetic\n labels:\n {{- include \"energetic.labels\" . | nindent 4 }}\ndata:\n CHARGE: {{ .Values.energetic.charge | quote }}\n EMINENT_HOURGLASS_FLARE: {{ .Values.energetic.eminentHourglassFlare | quote }}\n GAZE_MISOGYNY_CUPCAKE: {{ .Values.energetic.gazeMisogynyCupcake | quote }}\n RIDING_MORTALITY_AWFUL: {{ .Values.energetic.ridingMortalityAwful | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"energetic.fullname\" . }}-energetic\n labels:\n {{- include \"energetic.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: energetic\nspec:\n replicas: {{ .Values.energetic.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: energetic\n app.kubernetes.io/name: scow\n {{- include \"energetic.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: energetic\n app.kubernetes.io/name: scow\n {{- include \"energetic.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: f0b9b448874ddb630f405b42f1edd30717771ec55ec84dab4a9ec38ade7293cb\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"energetic.fullname\" . }}-energetic\n image: {{ .Values.energetic.energetic.image.repository }}:{{ .Values.energetic.energetic.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.energetic.energetic.imagePullPolicy }}\n name: energetic\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.energetic.energetic.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.energetic.energetic.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"energetic.fullname\" . }}-energetic\n labels:\n {{- include \"energetic.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.energetic.type }}\n selector:\n app.kubernetes.io/instance: energetic\n app.kubernetes.io/name: scow\n {{- include \"energetic.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.energetic.ports | toYaml | nindent 2 -}}" ]
energetic: charge: boxer eminentHourglassFlare: bike energetic: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi gazeMisogynyCupcake: rosemary ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 ridingMortalityAwful: lottery type: ClusterIP kubernetesClusterDomain: cluster.local
acknowledgment
[ "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"acknowledgment.fullname\" . }}-acknowledgment\n labels:\n {{- include \"acknowledgment.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: acknowledgment\nspec:\n replicas: {{ .Values.acknowledgment.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: acknowledgment\n app.kubernetes.io/name: ecumenist\n {{- include \"acknowledgment.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: acknowledgment\n app.kubernetes.io/name: ecumenist\n {{- include \"acknowledgment.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.acknowledgment.acknowledgment.image.repository }}:{{ .Values.acknowledgment.acknowledgment.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.acknowledgment.acknowledgment.imagePullPolicy }}\n name: acknowledgment\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.acknowledgment.acknowledgment.resources | nindent\n 10 }}\n securityContext: {{- toYaml .Values.acknowledgment.acknowledgment.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"acknowledgment.fullname\" . }}-acknowledgment\n labels:\n {{- include \"acknowledgment.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.acknowledgment.type }}\n selector:\n app.kubernetes.io/instance: acknowledgment\n app.kubernetes.io/name: ecumenist\n {{- include \"acknowledgment.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.acknowledgment.ports | toYaml | nindent 2 -}}" ]
acknowledgment: acknowledgment: 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
hydrant
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"hydrant.fullname\" . }}-hydrant\n labels:\n {{- include \"hydrant.labels\" . | nindent 4 }}\ndata:\n CHICKEN: {{ .Values.hydrant.chicken | quote }}\n ISCHEMIA_SHORE_FRETFUL: {{ .Values.hydrant.ischemiaShoreFretful | quote }}\n LODE_IDEOLOGY_THEME: {{ .Values.hydrant.lodeIdeologyTheme | quote }}\n PUSH: {{ .Values.hydrant.push | quote }}\n RIGHTFUL_PHEASANT: {{ .Values.hydrant.rightfulPheasant | quote }}\n STEP-GRANDFATHER_SPELL_TEA: {{ .Values.hydrant.stepGrandfatherSpellTea | quote\n }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"hydrant.fullname\" . }}-hydrant\n labels:\n {{- include \"hydrant.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: hydrant\nspec:\n replicas: {{ .Values.hydrant.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: hydrant\n app.kubernetes.io/name: resolution\n {{- include \"hydrant.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: hydrant\n app.kubernetes.io/name: resolution\n {{- include \"hydrant.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 5313285766528656ec3bbd9ca426b101d39325f2d41817536b066696a2fcdfaf\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"hydrant.fullname\" . }}-hydrant\n image: {{ .Values.hydrant.hydrant.image.repository }}:{{ .Values.hydrant.hydrant.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.hydrant.hydrant.imagePullPolicy }}\n name: hydrant\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.hydrant.hydrant.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.hydrant.hydrant.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"hydrant.fullname\" . }}-hydrant\n labels:\n {{- include \"hydrant.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.hydrant.type }}\n selector:\n app.kubernetes.io/instance: hydrant\n app.kubernetes.io/name: resolution\n {{- include \"hydrant.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.hydrant.ports | toYaml | nindent 2 -}}" ]
hydrant: chicken: dialect hydrant: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi ischemiaShoreFretful: gate lodeIdeologyTheme: courageous ports: - name: http port: 80 protocol: TCP targetPort: http push: coalition replicas: 1 rightfulPheasant: catsup stepGrandfatherSpellTea: obtainable type: ClusterIP kubernetesClusterDomain: cluster.local
t-shirt
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"t-shirt.fullname\" . }}-t-shirt\n labels:\n {{- include \"t-shirt.labels\" . | nindent 4 }}\ndata:\n ASCOT_MEDIATE: {{ .Values.tShirt.ascotMediate | quote }}\n SCOW: {{ .Values.tShirt.scow | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"t-shirt.fullname\" . }}-t-shirt\n labels:\n {{- include \"t-shirt.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: t-shirt\nspec:\n replicas: {{ .Values.tShirt.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: t-shirt\n app.kubernetes.io/name: punish\n {{- include \"t-shirt.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: t-shirt\n app.kubernetes.io/name: punish\n {{- include \"t-shirt.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: ee4ad2bde90a5226b0def4e78734bff9ff8d8fd54464ea51d9a71aba49702146\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"t-shirt.fullname\" . }}-t-shirt\n image: {{ .Values.tShirt.tShirt.image.repository }}:{{ .Values.tShirt.tShirt.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.tShirt.tShirt.imagePullPolicy }}\n name: t-shirt\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.tShirt.tShirt.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.tShirt.tShirt.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"t-shirt.fullname\" . }}-t-shirt\n labels:\n {{- include \"t-shirt.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.tShirt.type }}\n selector:\n app.kubernetes.io/instance: t-shirt\n app.kubernetes.io/name: punish\n {{- include \"t-shirt.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.tShirt.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local tShirt: ascotMediate: chef ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 scow: diarist tShirt: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi type: ClusterIP
slink
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"slink.fullname\" . }}-slink\n labels:\n {{- include \"slink.labels\" . | nindent 4 }}\ndata:\n VERDANT_FLAGRANT: {{ .Values.slink.verdantFlagrant | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"slink.fullname\" . }}-slink\n labels:\n {{- include \"slink.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: slink\nspec:\n replicas: {{ .Values.slink.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: slink\n app.kubernetes.io/name: bike\n {{- include \"slink.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: slink\n app.kubernetes.io/name: bike\n {{- include \"slink.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 13246a3937c6a1a9b202dd579b2bbc5ebb03c78039ee2c5e529921e4c27bf365\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"slink.fullname\" . }}-slink\n image: {{ .Values.slink.slink.image.repository }}:{{ .Values.slink.slink.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.slink.slink.imagePullPolicy }}\n name: slink\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.slink.slink.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.slink.slink.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"slink.fullname\" . }}-slink\n labels:\n {{- include \"slink.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.slink.type }}\n selector:\n app.kubernetes.io/instance: slink\n app.kubernetes.io/name: bike\n {{- include \"slink.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.slink.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local slink: ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 slink: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi type: ClusterIP verdantFlagrant: syrup
casualty
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"casualty.fullname\" . }}-casualty\n labels:\n {{- include \"casualty.labels\" . | nindent 4 }}\ndata:\n GYRO_POSTAGE: {{ .Values.casualty.gyroPostage | quote }}\n INPUT_SCRIPTURE: {{ .Values.casualty.inputScripture | quote }}\n PRINT_MYSTERIOUS_EXCELLENCE: {{ .Values.casualty.printMysteriousExcellence | quote\n }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"casualty.fullname\" . }}-casualty\n labels:\n {{- include \"casualty.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: casualty\nspec:\n replicas: {{ .Values.casualty.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: casualty\n app.kubernetes.io/name: connection\n {{- include \"casualty.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: casualty\n app.kubernetes.io/name: connection\n {{- include \"casualty.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: fc8fabccad7b6d292af9af21c8f57b6fb8a1aac14a0090db12f026c42333b0f2\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"casualty.fullname\" . }}-casualty\n image: {{ .Values.casualty.casualty.image.repository }}:{{ .Values.casualty.casualty.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.casualty.casualty.imagePullPolicy }}\n name: casualty\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.casualty.casualty.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.casualty.casualty.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"casualty.fullname\" . }}-casualty\n labels:\n {{- include \"casualty.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.casualty.type }}\n selector:\n app.kubernetes.io/instance: casualty\n app.kubernetes.io/name: connection\n {{- include \"casualty.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.casualty.ports | toYaml | nindent 2 -}}" ]
casualty: casualty: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi gyroPostage: anchovy inputScripture: pitching ports: - name: http port: 80 protocol: TCP targetPort: http printMysteriousExcellence: stopsign replicas: 1 type: ClusterIP kubernetesClusterDomain: cluster.local
vineyard
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"vineyard.fullname\" . }}-vineyard\n labels:\n {{- include \"vineyard.labels\" . | nindent 4 }}\ndata:\n ARRIVAL_LOLLIPOP_HATRED: {{ .Values.vineyard.arrivalLollipopHatred | quote }}\n CALCULATION_WEAKNESS: {{ .Values.vineyard.calculationWeakness | quote }}\n CITY: {{ .Values.vineyard.city | quote }}\n DERIVATION_ADVERTISEMENT: {{ .Values.vineyard.derivationAdvertisement | quote }}\n FORTUNE_FLANKER_SPIDERLING: {{ .Values.vineyard.fortuneFlankerSpiderling | quote\n }}\n GRANDCHILD_MILK_BASE: {{ .Values.vineyard.grandchildMilkBase | quote }}\n GRILL_BLIZZARD_REGIONALISM: {{ .Values.vineyard.grillBlizzardRegionalism | quote\n }}\n WALKING: {{ .Values.vineyard.walking | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"vineyard.fullname\" . }}-vineyard\n labels:\n {{- include \"vineyard.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: vineyard\nspec:\n replicas: {{ .Values.vineyard.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: vineyard\n app.kubernetes.io/name: hydrocarbon\n {{- include \"vineyard.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: vineyard\n app.kubernetes.io/name: hydrocarbon\n {{- include \"vineyard.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: fabc15ff5d93fff65b35a1e35997669764e3fb4f45e33838c42b72d6add6285c\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"vineyard.fullname\" . }}-vineyard\n image: {{ .Values.vineyard.vineyard.image.repository }}:{{ .Values.vineyard.vineyard.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.vineyard.vineyard.imagePullPolicy }}\n name: vineyard\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.vineyard.vineyard.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.vineyard.vineyard.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"vineyard.fullname\" . }}-vineyard\n labels:\n {{- include \"vineyard.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.vineyard.type }}\n selector:\n app.kubernetes.io/instance: vineyard\n app.kubernetes.io/name: hydrocarbon\n {{- include \"vineyard.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.vineyard.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local vineyard: arrivalLollipopHatred: folder calculationWeakness: gazebo city: musculature derivationAdvertisement: pinkie fortuneFlankerSpiderling: archaeology grandchildMilkBase: activate grillBlizzardRegionalism: hand-holding ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 type: ClusterIP vineyard: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi walking: shaw
forest
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"forest.fullname\" . }}-forest\n labels:\n {{- include \"forest.labels\" . | nindent 4 }}\ndata:\n INSTALLATION_DEDUCTION: {{ .Values.forest.installationDeduction | quote }}\n LOCKER: {{ .Values.forest.locker | quote }}\n MAGNET_BRICKLAYING: {{ .Values.forest.magnetBricklaying | quote }}\n PANNIER_BANG: {{ .Values.forest.pannierBang | quote }}\n SEED_DICTIONARY: {{ .Values.forest.seedDictionary | quote }}\n SOMEBODY: {{ .Values.forest.somebody | quote }}\n STRENGTHEN_CLARITY_REPUBLICAN: {{ .Values.forest.strengthenClarityRepublican |\n quote }}\n VITAMIN_SAMURAI_INSPIRE: {{ .Values.forest.vitaminSamuraiInspire | quote }}\n WINDOW_COIL_NEWSSTAND: {{ .Values.forest.windowCoilNewsstand | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"forest.fullname\" . }}-forest\n labels:\n {{- include \"forest.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: forest\nspec:\n replicas: {{ .Values.forest.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: forest\n app.kubernetes.io/name: sled\n {{- include \"forest.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: forest\n app.kubernetes.io/name: sled\n {{- include \"forest.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 669397d80fb882d277dcfe97515d392261b506713a2f6cce1edf3fd1c6f2bf8a\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"forest.fullname\" . }}-forest\n image: {{ .Values.forest.forest.image.repository }}:{{ .Values.forest.forest.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.forest.forest.imagePullPolicy }}\n name: forest\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.forest.forest.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.forest.forest.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"forest.fullname\" . }}-forest\n labels:\n {{- include \"forest.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.forest.type }}\n selector:\n app.kubernetes.io/instance: forest\n app.kubernetes.io/name: sled\n {{- include \"forest.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.forest.ports | toYaml | nindent 2 -}}" ]
forest: forest: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi installationDeduction: terracotta locker: decency magnetBricklaying: say pannierBang: physical ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 seedDictionary: yogurt somebody: eurocentrism strengthenClarityRepublican: accomplishment type: ClusterIP vitaminSamuraiInspire: arrival windowCoilNewsstand: diagnose kubernetesClusterDomain: cluster.local
scow
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"scow.fullname\" . }}-scow\n labels:\n {{- include \"scow.labels\" . | nindent 4 }}\ndata:\n COUPON: {{ .Values.scow.coupon | quote }}\n MAPLE_TRANSCRIPT_FOOT: {{ .Values.scow.mapleTranscriptFoot | quote }}\n MULE_TRIGONOMETRY: {{ .Values.scow.muleTrigonometry | quote }}\n RATTY: {{ .Values.scow.ratty | quote }}\n SAVIOR_CANVAS_HICCUPS: {{ .Values.scow.saviorCanvasHiccups | quote }}\n TOPIC_VIBRISSAE: {{ .Values.scow.topicVibrissae | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"scow.fullname\" . }}-scow\n labels:\n {{- include \"scow.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: scow\nspec:\n replicas: {{ .Values.scow.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: scow\n app.kubernetes.io/name: hospitalization\n {{- include \"scow.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: scow\n app.kubernetes.io/name: hospitalization\n {{- include \"scow.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: b440f8067a4e2235b00cc15658dec9c6219257e26c852f680b2f77b1796d0080\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"scow.fullname\" . }}-scow\n image: {{ .Values.scow.scow.image.repository }}:{{ .Values.scow.scow.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.scow.scow.imagePullPolicy }}\n name: scow\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.scow.scow.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.scow.scow.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"scow.fullname\" . }}-scow\n labels:\n {{- include \"scow.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.scow.type }}\n selector:\n app.kubernetes.io/instance: scow\n app.kubernetes.io/name: hospitalization\n {{- include \"scow.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.scow.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local scow: coupon: smelly mapleTranscriptFoot: dinner muleTrigonometry: xylophone ports: - name: http port: 80 protocol: TCP targetPort: http ratty: orchid replicas: 1 saviorCanvasHiccups: prohibition scow: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi topicVibrissae: calculator type: ClusterIP
siege
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"siege.fullname\" . }}-siege\n labels:\n {{- include \"siege.labels\" . | nindent 4 }}\ndata:\n ASCENT_STRONG_HORIZON: {{ .Values.siege.ascentStrongHorizon | quote }}\n CUDDLY_INTERFEROMETER: {{ .Values.siege.cuddlyInterferometer | quote }}\n MEND: {{ .Values.siege.mend | quote }}\n PARANOIA_BROTHER-IN-LAW: {{ .Values.siege.paranoiaBrotherInLaw | quote }}\n PINT: {{ .Values.siege.pint | quote }}\n SLASH_ACTIVITY: {{ .Values.siege.slashActivity | quote }}\n SURVEY_QUILT_HANDICAP: {{ .Values.siege.surveyQuiltHandicap | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"siege.fullname\" . }}-siege\n labels:\n {{- include \"siege.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: siege\nspec:\n replicas: {{ .Values.siege.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: siege\n app.kubernetes.io/name: speech\n {{- include \"siege.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: siege\n app.kubernetes.io/name: speech\n {{- include \"siege.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: cb9e133ebd0c0cd774c899e63fd3a4cd0c54c6eb9a5a7a78ce2bfda5778c0638\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"siege.fullname\" . }}-siege\n image: {{ .Values.siege.siege.image.repository }}:{{ .Values.siege.siege.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.siege.siege.imagePullPolicy }}\n name: siege\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.siege.siege.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.siege.siege.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"siege.fullname\" . }}-siege\n labels:\n {{- include \"siege.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.siege.type }}\n selector:\n app.kubernetes.io/instance: siege\n app.kubernetes.io/name: speech\n {{- include \"siege.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.siege.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local siege: ascentStrongHorizon: demand cuddlyInterferometer: debtor mend: rid paranoiaBrotherInLaw: narrative pint: truck ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 siege: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi slashActivity: malicious surveyQuiltHandicap: suitcase type: ClusterIP
leash
[ "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"leash.fullname\" . }}-leash\n labels:\n {{- include \"leash.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: leash\nspec:\n replicas: {{ .Values.leash.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: leash\n app.kubernetes.io/name: specialty\n {{- include \"leash.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: leash\n app.kubernetes.io/name: specialty\n {{- include \"leash.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.leash.leash.image.repository }}:{{ .Values.leash.leash.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.leash.leash.imagePullPolicy }}\n name: leash\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.leash.leash.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.leash.leash.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"leash.fullname\" . }}-leash\n labels:\n {{- include \"leash.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.leash.type }}\n selector:\n app.kubernetes.io/instance: leash\n app.kubernetes.io/name: specialty\n {{- include \"leash.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.leash.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local leash: leash: 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
seeder
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"seeder.fullname\" . }}-seeder\n labels:\n {{- include \"seeder.labels\" . | nindent 4 }}\ndata:\n BARGE_STALLION: {{ .Values.seeder.bargeStallion | quote }}\n CROISSANT_PADDLE_SKI: {{ .Values.seeder.croissantPaddleSki | quote }}\n DANCER: {{ .Values.seeder.dancer | quote }}\n ESTUARY_APE_BOON: {{ .Values.seeder.estuaryApeBoon | quote }}\n FINICKY: {{ .Values.seeder.finicky | quote }}\n INSURGENCE_CHOP_NOTEPAD: {{ .Values.seeder.insurgenceChopNotepad | quote }}\n PUMPKINSEED_MISTY_DENSITY: {{ .Values.seeder.pumpkinseedMistyDensity | quote }}\n SITE: {{ .Values.seeder.site | quote }}\n STING_WREN: {{ .Values.seeder.stingWren | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"seeder.fullname\" . }}-seeder\n labels:\n {{- include \"seeder.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: seeder\nspec:\n replicas: {{ .Values.seeder.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: seeder\n app.kubernetes.io/name: broom\n {{- include \"seeder.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: seeder\n app.kubernetes.io/name: broom\n {{- include \"seeder.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: a33cf0476a4445a17cc927c06eb44002d0d264a94b3d7caf8a97c9c1b30dab35\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"seeder.fullname\" . }}-seeder\n image: {{ .Values.seeder.seeder.image.repository }}:{{ .Values.seeder.seeder.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.seeder.seeder.imagePullPolicy }}\n name: seeder\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.seeder.seeder.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.seeder.seeder.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"seeder.fullname\" . }}-seeder\n labels:\n {{- include \"seeder.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.seeder.type }}\n selector:\n app.kubernetes.io/instance: seeder\n app.kubernetes.io/name: broom\n {{- include \"seeder.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.seeder.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local seeder: bargeStallion: sushi croissantPaddleSki: biosphere dancer: beginning estuaryApeBoon: alliance finicky: malice insurgenceChopNotepad: appeal ports: - name: http port: 80 protocol: TCP targetPort: http pumpkinseedMistyDensity: weeder replicas: 1 seeder: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi site: celebration stingWren: termination type: ClusterIP
leader
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"leader.fullname\" . }}-leader\n labels:\n {{- include \"leader.labels\" . | nindent 4 }}\ndata:\n CHILI: {{ .Values.leader.chili | quote }}\n FLING_HOMELAND_CENT: {{ .Values.leader.flingHomelandCent | quote }}\n GESTURE_RUBBISH: {{ .Values.leader.gestureRubbish | quote }}\n ILLUSTRIOUS: {{ .Values.leader.illustrious | quote }}\n KITSCH_WEALTH: {{ .Values.leader.kitschWealth | quote }}\n LEGEND: {{ .Values.leader.legend | quote }}\n OBSIDIAN_AIRFORCE_STRAWBERRY: {{ .Values.leader.obsidianAirforceStrawberry | quote\n }}\n PEONY_CRASH: {{ .Values.leader.peonyCrash | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"leader.fullname\" . }}-leader\n labels:\n {{- include \"leader.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: leader\nspec:\n replicas: {{ .Values.leader.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: leader\n app.kubernetes.io/name: tobacco\n {{- include \"leader.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: leader\n app.kubernetes.io/name: tobacco\n {{- include \"leader.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 4a90d2012a21298374a600f2a3db446a44eb0d739eee8584c88dad2b92221a97\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"leader.fullname\" . }}-leader\n image: {{ .Values.leader.leader.image.repository }}:{{ .Values.leader.leader.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.leader.leader.imagePullPolicy }}\n name: leader\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.leader.leader.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.leader.leader.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"leader.fullname\" . }}-leader\n labels:\n {{- include \"leader.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.leader.type }}\n selector:\n app.kubernetes.io/instance: leader\n app.kubernetes.io/name: tobacco\n {{- include \"leader.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.leader.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local leader: chili: whole flingHomelandCent: sneak gestureRubbish: landing illustrious: smock kitschWealth: moldy leader: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi legend: imprisonment obsidianAirforceStrawberry: film peonyCrash: tomatillo ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 type: ClusterIP
possible
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"possible.fullname\" . }}-possible\n labels:\n {{- include \"possible.labels\" . | nindent 4 }}\ndata:\n COVER_BOLT: {{ .Values.possible.coverBolt | quote }}\n DIRECTIVE: {{ .Values.possible.directive | quote }}\n LOAN: {{ .Values.possible.loan | quote }}\n NETWORK: {{ .Values.possible.network | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"possible.fullname\" . }}-possible\n labels:\n {{- include \"possible.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: possible\nspec:\n replicas: {{ .Values.possible.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: possible\n app.kubernetes.io/name: slipper\n {{- include \"possible.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: possible\n app.kubernetes.io/name: slipper\n {{- include \"possible.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 9e56bfc30ec00c4a4202a96cf1114f91890696e5afe2a9a94f08482ded29b390\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"possible.fullname\" . }}-possible\n image: {{ .Values.possible.possible.image.repository }}:{{ .Values.possible.possible.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.possible.possible.imagePullPolicy }}\n name: possible\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.possible.possible.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.possible.possible.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"possible.fullname\" . }}-possible\n labels:\n {{- include \"possible.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.possible.type }}\n selector:\n app.kubernetes.io/instance: possible\n app.kubernetes.io/name: slipper\n {{- include \"possible.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.possible.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local possible: coverBolt: bloomer directive: sprinkles loan: compress network: parrot ports: - name: http port: 80 protocol: TCP targetPort: http possible: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi replicas: 1 type: ClusterIP
shore
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"shore.fullname\" . }}-shore\n labels:\n {{- include \"shore.labels\" . | nindent 4 }}\ndata:\n COVERALL_PRESERVATION_CARP: {{ .Values.shore.coverallPreservationCarp | quote }}\n EXHIBITION_CAVE_DENSITY: {{ .Values.shore.exhibitionCaveDensity | quote }}\n OBI_TEMPO_KIMONO: {{ .Values.shore.obiTempoKimono | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"shore.fullname\" . }}-shore\n labels:\n {{- include \"shore.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: shore\nspec:\n replicas: {{ .Values.shore.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: shore\n app.kubernetes.io/name: aquifer\n {{- include \"shore.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: shore\n app.kubernetes.io/name: aquifer\n {{- include \"shore.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 4b961d14e7ea9fc2d9f37b83ab26a3124eed60e87003f4863e21408e6f124577\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"shore.fullname\" . }}-shore\n image: {{ .Values.shore.shore.image.repository }}:{{ .Values.shore.shore.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.shore.shore.imagePullPolicy }}\n name: shore\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.shore.shore.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.shore.shore.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"shore.fullname\" . }}-shore\n labels:\n {{- include \"shore.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.shore.type }}\n selector:\n app.kubernetes.io/instance: shore\n app.kubernetes.io/name: aquifer\n {{- include \"shore.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.shore.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local shore: coverallPreservationCarp: broken exhibitionCaveDensity: storage obiTempoKimono: cohort ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 shore: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi type: ClusterIP
broken
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"broken.fullname\" . }}-broken\n labels:\n {{- include \"broken.labels\" . | nindent 4 }}\ndata:\n AMBULANCE: {{ .Values.broken.ambulance | quote }}\n GIGGLE_SELECT_KIT: {{ .Values.broken.giggleSelectKit | quote }}\n RELATION_GRADUATION: {{ .Values.broken.relationGraduation | quote }}\n VEST_AGENT_NESTLING: {{ .Values.broken.vestAgentNestling | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"broken.fullname\" . }}-broken\n labels:\n {{- include \"broken.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: broken\nspec:\n replicas: {{ .Values.broken.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: broken\n app.kubernetes.io/name: limo\n {{- include \"broken.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: broken\n app.kubernetes.io/name: limo\n {{- include \"broken.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: c463eda97fd3971cf0176640fb85e922389231608818c15209b1373fb6637f78\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"broken.fullname\" . }}-broken\n image: {{ .Values.broken.broken.image.repository }}:{{ .Values.broken.broken.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.broken.broken.imagePullPolicy }}\n name: broken\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.broken.broken.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.broken.broken.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"broken.fullname\" . }}-broken\n labels:\n {{- include \"broken.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.broken.type }}\n selector:\n app.kubernetes.io/instance: broken\n app.kubernetes.io/name: limo\n {{- include \"broken.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.broken.ports | toYaml | nindent 2 -}}" ]
broken: ambulance: gladiolus broken: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi giggleSelectKit: gather ports: - name: http port: 80 protocol: TCP targetPort: http relationGraduation: tug replicas: 1 type: ClusterIP vestAgentNestling: yawl kubernetesClusterDomain: cluster.local
boulevard
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"boulevard.fullname\" . }}-boulevard\n labels:\n {{- include \"boulevard.labels\" . | nindent 4 }}\ndata:\n AZIMUTH_TOP-HAT_LOGO: {{ .Values.boulevard.azimuthTopHatLogo | quote }}\n HUNDRED_ALPHABET: {{ .Values.boulevard.hundredAlphabet | quote }}\n LIVING: {{ .Values.boulevard.living | quote }}\n SATELLITE_GORILLA: {{ .Values.boulevard.satelliteGorilla | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"boulevard.fullname\" . }}-boulevard\n labels:\n {{- include \"boulevard.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: boulevard\nspec:\n replicas: {{ .Values.boulevard.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: boulevard\n app.kubernetes.io/name: glutamate\n {{- include \"boulevard.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: boulevard\n app.kubernetes.io/name: glutamate\n {{- include \"boulevard.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 60d381cfa7e78a21f5db223db4e15f6d92657d29bf675a96355f9407aa48911f\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"boulevard.fullname\" . }}-boulevard\n image: {{ .Values.boulevard.boulevard.image.repository }}:{{ .Values.boulevard.boulevard.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.boulevard.boulevard.imagePullPolicy }}\n name: boulevard\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.boulevard.boulevard.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.boulevard.boulevard.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"boulevard.fullname\" . }}-boulevard\n labels:\n {{- include \"boulevard.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.boulevard.type }}\n selector:\n app.kubernetes.io/instance: boulevard\n app.kubernetes.io/name: glutamate\n {{- include \"boulevard.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.boulevard.ports | toYaml | nindent 2 -}}" ]
boulevard: azimuthTopHatLogo: education boulevard: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi hundredAlphabet: chip living: motionless ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 satelliteGorilla: flick type: ClusterIP kubernetesClusterDomain: cluster.local
candle
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"candle.fullname\" . }}-candle\n labels:\n {{- include \"candle.labels\" . | nindent 4 }}\ndata:\n LIKENESS: {{ .Values.candle.likeness | quote }}\n MELODY_PICCOLO_OMELET: {{ .Values.candle.melodyPiccoloOmelet | quote }}\n WISE_ABSORBED_CRAWDAD: {{ .Values.candle.wiseAbsorbedCrawdad | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"candle.fullname\" . }}-candle\n labels:\n {{- include \"candle.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: candle\nspec:\n replicas: {{ .Values.candle.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: candle\n app.kubernetes.io/name: cashier\n {{- include \"candle.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: candle\n app.kubernetes.io/name: cashier\n {{- include \"candle.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: e7ccb645acde368005f8628d074e203c91127b10b05d050a833877372fc5148b\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"candle.fullname\" . }}-candle\n image: {{ .Values.candle.candle.image.repository }}:{{ .Values.candle.candle.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.candle.candle.imagePullPolicy }}\n name: candle\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.candle.candle.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.candle.candle.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"candle.fullname\" . }}-candle\n labels:\n {{- include \"candle.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.candle.type }}\n selector:\n app.kubernetes.io/instance: candle\n app.kubernetes.io/name: cashier\n {{- include \"candle.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.candle.ports | toYaml | nindent 2 -}}" ]
candle: candle: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi likeness: hearing melodyPiccoloOmelet: pawnshop ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 type: ClusterIP wiseAbsorbedCrawdad: soft kubernetesClusterDomain: cluster.local
underestimate
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"underestimate.fullname\" . }}-underestimate\n labels:\n {{- include \"underestimate.labels\" . | nindent 4 }}\ndata:\n ADVANCE: {{ .Values.underestimate.advance | quote }}\n APPAREL_BUGLE: {{ .Values.underestimate.apparelBugle | quote }}\n APRICOT_TOQUE_COUSIN: {{ .Values.underestimate.apricotToqueCousin | quote }}\n BAKER_COLORLESSNESS: {{ .Values.underestimate.bakerColorlessness | quote }}\n CREDITOR_TURNIP: {{ .Values.underestimate.creditorTurnip | quote }}\n ENTREE_HOMICIDE: {{ .Values.underestimate.entreeHomicide | quote }}\n FEAR_SUBMITTER_BASIL: {{ .Values.underestimate.fearSubmitterBasil | quote }}\n PETTICOAT: {{ .Values.underestimate.petticoat | quote }}\n SPEC_TREAT_TIMING: {{ .Values.underestimate.specTreatTiming | quote }}\n SPREADSHEET: {{ .Values.underestimate.spreadsheet | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"underestimate.fullname\" . }}-underestimate\n labels:\n {{- include \"underestimate.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: underestimate\nspec:\n replicas: {{ .Values.underestimate.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: underestimate\n app.kubernetes.io/name: sanctuary\n {{- include \"underestimate.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: underestimate\n app.kubernetes.io/name: sanctuary\n {{- include \"underestimate.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: e50c5d70216faa55071310c02070c050b847315049f1ed6dffbd3dc9985e20f3\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"underestimate.fullname\" . }}-underestimate\n image: {{ .Values.underestimate.underestimate.image.repository }}:{{ .Values.underestimate.underestimate.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.underestimate.underestimate.imagePullPolicy }}\n name: underestimate\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.underestimate.underestimate.resources | nindent 10\n }}\n securityContext: {{- toYaml .Values.underestimate.underestimate.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"underestimate.fullname\" . }}-underestimate\n labels:\n {{- include \"underestimate.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.underestimate.type }}\n selector:\n app.kubernetes.io/instance: underestimate\n app.kubernetes.io/name: sanctuary\n {{- include \"underestimate.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.underestimate.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local underestimate: advance: difficulty apparelBugle: viability apricotToqueCousin: gentleman bakerColorlessness: reclamation creditorTurnip: cheer entreeHomicide: lamp fearSubmitterBasil: surprise petticoat: slap ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 specTreatTiming: den spreadsheet: word type: ClusterIP underestimate: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi
male
[ "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"male.fullname\" . }}-male\n labels:\n {{- include \"male.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: male\nspec:\n replicas: {{ .Values.male.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: male\n app.kubernetes.io/name: eleventh\n {{- include \"male.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: male\n app.kubernetes.io/name: eleventh\n {{- include \"male.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.male.male.image.repository }}:{{ .Values.male.male.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.male.male.imagePullPolicy }}\n name: male\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.male.male.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.male.male.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"male.fullname\" . }}-male\n labels:\n {{- include \"male.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.male.type }}\n selector:\n app.kubernetes.io/instance: male\n app.kubernetes.io/name: eleventh\n {{- include \"male.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.male.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local male: male: 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
righteous
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"righteous.fullname\" . }}-righteous\n labels:\n {{- include \"righteous.labels\" . | nindent 4 }}\ndata:\n APRON_SUNDIAL: {{ .Values.righteous.apronSundial | quote }}\n BURLESQUE: {{ .Values.righteous.burlesque | quote }}\n CERTIFICATE_TRANSCRIPT_MISOGYNY: {{ .Values.righteous.certificateTranscriptMisogyny\n | quote }}\n FONDUE: {{ .Values.righteous.fondue | quote }}\n HOMELESS_LACK_TRACT: {{ .Values.righteous.homelessLackTract | quote }}\n JEALOUSY_BEND_HUT: {{ .Values.righteous.jealousyBendHut | quote }}\n LIQUIDITY_OVERHEAD_CURE: {{ .Values.righteous.liquidityOverheadCure | quote }}\n MECCA: {{ .Values.righteous.mecca | quote }}\n RIB_FOUNDING_TROT: {{ .Values.righteous.ribFoundingTrot | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"righteous.fullname\" . }}-righteous\n labels:\n {{- include \"righteous.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: righteous\nspec:\n replicas: {{ .Values.righteous.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: righteous\n app.kubernetes.io/name: porpoise\n {{- include \"righteous.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: righteous\n app.kubernetes.io/name: porpoise\n {{- include \"righteous.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 8d509ff9b7716bc886f8c343d539722d757670ae18b68c7ad2ba1247c39922ad\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"righteous.fullname\" . }}-righteous\n image: {{ .Values.righteous.righteous.image.repository }}:{{ .Values.righteous.righteous.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.righteous.righteous.imagePullPolicy }}\n name: righteous\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.righteous.righteous.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.righteous.righteous.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"righteous.fullname\" . }}-righteous\n labels:\n {{- include \"righteous.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.righteous.type }}\n selector:\n app.kubernetes.io/instance: righteous\n app.kubernetes.io/name: porpoise\n {{- include \"righteous.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.righteous.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local righteous: apronSundial: riddle burlesque: precision certificateTranscriptMisogyny: energy fondue: wonder homelessLackTract: wild jealousyBendHut: cruise liquidityOverheadCure: enactment mecca: passage ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 ribFoundingTrot: hardware righteous: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi type: ClusterIP
plot
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"plot.fullname\" . }}-plot\n labels:\n {{- include \"plot.labels\" . | nindent 4 }}\ndata:\n DECISION-MAKING_PARENTING: {{ .Values.plot.decisionMakingParenting | quote }}\n EVALUATOR_ZIGGURAT: {{ .Values.plot.evaluatorZiggurat | quote }}\n GREEN_MARIACHI_APPLICATION: {{ .Values.plot.greenMariachiApplication | quote }}\n LIVE_ULTRA: {{ .Values.plot.liveUltra | quote }}\n VETERINARIAN_VANISH_WANDER: {{ .Values.plot.veterinarianVanishWander | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"plot.fullname\" . }}-plot\n labels:\n {{- include \"plot.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: plot\nspec:\n replicas: {{ .Values.plot.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: plot\n app.kubernetes.io/name: allow\n {{- include \"plot.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: plot\n app.kubernetes.io/name: allow\n {{- include \"plot.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 76d16ded440d7243503172cbc1ee7ea12a8b5a0bbba177267b87392fb05eba33\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"plot.fullname\" . }}-plot\n image: {{ .Values.plot.plot.image.repository }}:{{ .Values.plot.plot.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.plot.plot.imagePullPolicy }}\n name: plot\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.plot.plot.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.plot.plot.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"plot.fullname\" . }}-plot\n labels:\n {{- include \"plot.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.plot.type }}\n selector:\n app.kubernetes.io/instance: plot\n app.kubernetes.io/name: allow\n {{- include \"plot.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.plot.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local plot: decisionMakingParenting: guitarist evaluatorZiggurat: innocence greenMariachiApplication: wake liveUltra: treasure plot: 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 veterinarianVanishWander: forelimb
forager
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"forager.fullname\" . }}-forager\n labels:\n {{- include \"forager.labels\" . | nindent 4 }}\ndata:\n BONFIRE_RANK: {{ .Values.forager.bonfireRank | quote }}\n CREW_SHY_NETBALL: {{ .Values.forager.crewShyNetball | quote }}\n DAWN_PANCREAS: {{ .Values.forager.dawnPancreas | quote }}\n RIDDLE: {{ .Values.forager.riddle | quote }}\n THING: {{ .Values.forager.thing | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"forager.fullname\" . }}-forager\n labels:\n {{- include \"forager.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: forager\nspec:\n replicas: {{ .Values.forager.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: forager\n app.kubernetes.io/name: handsomely\n {{- include \"forager.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: forager\n app.kubernetes.io/name: handsomely\n {{- include \"forager.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 3877f98cffca881976f4614e25985df8d6e8c34fe0e14293625ae478bb4443c4\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"forager.fullname\" . }}-forager\n image: {{ .Values.forager.forager.image.repository }}:{{ .Values.forager.forager.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.forager.forager.imagePullPolicy }}\n name: forager\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.forager.forager.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.forager.forager.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"forager.fullname\" . }}-forager\n labels:\n {{- include \"forager.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.forager.type }}\n selector:\n app.kubernetes.io/instance: forager\n app.kubernetes.io/name: handsomely\n {{- include \"forager.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.forager.ports | toYaml | nindent 2 -}}" ]
forager: bonfireRank: clover crewShyNetball: raincoat dawnPancreas: republican forager: 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 riddle: aluminium thing: tandem type: ClusterIP kubernetesClusterDomain: cluster.local
protein
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"protein.fullname\" . }}-protein\n labels:\n {{- include \"protein.labels\" . | nindent 4 }}\ndata:\n AD_SURNAME: {{ .Values.protein.adSurname | quote }}\n DUNE BUGGY: {{ .Values.protein.duneBuggy | quote }}\n FRICTION: {{ .Values.protein.friction | quote }}\n ROOSTER: {{ .Values.protein.rooster | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"protein.fullname\" . }}-protein\n labels:\n {{- include \"protein.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: protein\nspec:\n replicas: {{ .Values.protein.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: protein\n app.kubernetes.io/name: godfather\n {{- include \"protein.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: protein\n app.kubernetes.io/name: godfather\n {{- include \"protein.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: cda3bf3d86e16b000607ff8c4d7fe5e47a7c227fb1be6e07c9f062ebb350ebd2\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"protein.fullname\" . }}-protein\n image: {{ .Values.protein.protein.image.repository }}:{{ .Values.protein.protein.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.protein.protein.imagePullPolicy }}\n name: protein\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.protein.protein.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.protein.protein.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"protein.fullname\" . }}-protein\n labels:\n {{- include \"protein.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.protein.type }}\n selector:\n app.kubernetes.io/instance: protein\n app.kubernetes.io/name: godfather\n {{- include \"protein.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.protein.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local protein: adSurname: stole duneBuggy: kick-off friction: weekend ports: - name: http port: 80 protocol: TCP targetPort: http protein: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi replicas: 1 rooster: shame type: ClusterIP
revenant
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"revenant.fullname\" . }}-revenant\n labels:\n {{- include \"revenant.labels\" . | nindent 4 }}\ndata:\n MILLET_ARM-REST_ADDITION: {{ .Values.revenant.milletArmRestAddition | quote }}\n SPIFFY_TAX_ROBUST: {{ .Values.revenant.spiffyTaxRobust | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"revenant.fullname\" . }}-revenant\n labels:\n {{- include \"revenant.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: revenant\nspec:\n replicas: {{ .Values.revenant.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: revenant\n app.kubernetes.io/name: equinox\n {{- include \"revenant.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: revenant\n app.kubernetes.io/name: equinox\n {{- include \"revenant.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 2a63b916c03cd804b04ba789632a17a95420b38876bc2fa7b15485b6a9210429\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"revenant.fullname\" . }}-revenant\n image: {{ .Values.revenant.revenant.image.repository }}:{{ .Values.revenant.revenant.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.revenant.revenant.imagePullPolicy }}\n name: revenant\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.revenant.revenant.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.revenant.revenant.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"revenant.fullname\" . }}-revenant\n labels:\n {{- include \"revenant.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.revenant.type }}\n selector:\n app.kubernetes.io/instance: revenant\n app.kubernetes.io/name: equinox\n {{- include \"revenant.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.revenant.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local revenant: milletArmRestAddition: fault ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 revenant: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi spiffyTaxRobust: campus type: ClusterIP
incision
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"incision.fullname\" . }}-incision\n labels:\n {{- include \"incision.labels\" . | nindent 4 }}\ndata:\n ANTICODON_MACRO_KINASE: {{ .Values.incision.anticodonMacroKinase | quote }}\n DUCKLING: {{ .Values.incision.duckling | quote }}\n HYPOTHESIS: {{ .Values.incision.hypothesis | quote }}\n MATCH: {{ .Values.incision.match | quote }}\n TYPHOON_RIP_LONG: {{ .Values.incision.typhoonRipLong | quote }}\n VINTNER_TUSK: {{ .Values.incision.vintnerTusk | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"incision.fullname\" . }}-incision\n labels:\n {{- include \"incision.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: incision\nspec:\n replicas: {{ .Values.incision.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: incision\n app.kubernetes.io/name: pathology\n {{- include \"incision.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: incision\n app.kubernetes.io/name: pathology\n {{- include \"incision.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 1a5ec269a7d730166e1963bd564e10914423e806d5841466e28d9b11cd90b4aa\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"incision.fullname\" . }}-incision\n image: {{ .Values.incision.incision.image.repository }}:{{ .Values.incision.incision.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.incision.incision.imagePullPolicy }}\n name: incision\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.incision.incision.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.incision.incision.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"incision.fullname\" . }}-incision\n labels:\n {{- include \"incision.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.incision.type }}\n selector:\n app.kubernetes.io/instance: incision\n app.kubernetes.io/name: pathology\n {{- include \"incision.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.incision.ports | toYaml | nindent 2 -}}" ]
incision: anticodonMacroKinase: happy duckling: haze hypothesis: elevator incision: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi match: chalice ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 type: ClusterIP typhoonRipLong: pigpen vintnerTusk: distinct kubernetesClusterDomain: cluster.local