chart_name
stringlengths
3
17
templates
sequence
values
stringlengths
406
755
eraser
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"eraser.fullname\" . }}-eraser\n labels:\n {{- include \"eraser.labels\" . | nindent 4 }}\ndata:\n ALLEY_PREPARE_MINIATURE: {{ .Values.eraser.alleyPrepareMiniature | quote }}\n APPEARANCE_ASPARAGUS_GUY: {{ .Values.eraser.appearanceAsparagusGuy | quote }}\n BADGER_FUN_POMELO: {{ .Values.eraser.badgerFunPomelo | quote }}\n INJECT: {{ .Values.eraser.inject | quote }}\n KNOWING_TEEN_SOAK: {{ .Values.eraser.knowingTeenSoak | quote }}\n SUBMARINE_EXPANSION: {{ .Values.eraser.submarineExpansion | quote }}\n TRAILER_BEGIN_SAFFRON: {{ .Values.eraser.trailerBeginSaffron | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"eraser.fullname\" . }}-eraser\n labels:\n {{- include \"eraser.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: eraser\nspec:\n replicas: {{ .Values.eraser.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: eraser\n app.kubernetes.io/name: barbeque\n {{- include \"eraser.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: eraser\n app.kubernetes.io/name: barbeque\n {{- include \"eraser.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: b3c4b8098833c44bff3ebc3a8a432af86045ff09d99eec67cf37a62a6e3ebb11\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"eraser.fullname\" . }}-eraser\n image: {{ .Values.eraser.eraser.image.repository }}:{{ .Values.eraser.eraser.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.eraser.eraser.imagePullPolicy }}\n name: eraser\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.eraser.eraser.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.eraser.eraser.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"eraser.fullname\" . }}-eraser\n labels:\n {{- include \"eraser.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.eraser.type }}\n selector:\n app.kubernetes.io/instance: eraser\n app.kubernetes.io/name: barbeque\n {{- include \"eraser.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.eraser.ports | toYaml | nindent 2 -}}" ]
eraser: alleyPrepareMiniature: suite appearanceAsparagusGuy: handlebar badgerFunPomelo: grass eraser: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi inject: scientist knowingTeenSoak: crook ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 submarineExpansion: constraint trailerBeginSaffron: stiletto type: ClusterIP kubernetesClusterDomain: cluster.local
acetate
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"acetate.fullname\" . }}-acetate\n labels:\n {{- include \"acetate.labels\" . | nindent 4 }}\ndata:\n ASSESSMENT_CALICO_TENSOR: {{ .Values.acetate.assessmentCalicoTensor | quote }}\n COMICS_ODD_BOUNCE: {{ .Values.acetate.comicsOddBounce | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"acetate.fullname\" . }}-acetate\n labels:\n {{- include \"acetate.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: acetate\nspec:\n replicas: {{ .Values.acetate.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: acetate\n app.kubernetes.io/name: omega\n {{- include \"acetate.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: acetate\n app.kubernetes.io/name: omega\n {{- include \"acetate.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: e1d31924f35085744b81eb822cc3289cd3d35e464833a37685fc509752566da7\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"acetate.fullname\" . }}-acetate\n image: {{ .Values.acetate.acetate.image.repository }}:{{ .Values.acetate.acetate.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.acetate.acetate.imagePullPolicy }}\n name: acetate\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.acetate.acetate.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.acetate.acetate.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"acetate.fullname\" . }}-acetate\n labels:\n {{- include \"acetate.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.acetate.type }}\n selector:\n app.kubernetes.io/instance: acetate\n app.kubernetes.io/name: omega\n {{- include \"acetate.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.acetate.ports | toYaml | nindent 2 -}}" ]
acetate: acetate: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi assessmentCalicoTensor: millet comicsOddBounce: default ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 type: ClusterIP kubernetesClusterDomain: cluster.local
enter
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"enter.fullname\" . }}-enter\n labels:\n {{- include \"enter.labels\" . | nindent 4 }}\ndata:\n ADVANCEMENT_LOTTERY: {{ .Values.enter.advancementLottery | quote }}\n SWAMP_STRIFE: {{ .Values.enter.swampStrife | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"enter.fullname\" . }}-enter\n labels:\n {{- include \"enter.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: enter\nspec:\n replicas: {{ .Values.enter.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: enter\n app.kubernetes.io/name: jar\n {{- include \"enter.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: enter\n app.kubernetes.io/name: jar\n {{- include \"enter.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: ddf6ecc3574c52ae4683b42ec4405d8536a3f9f0e2ba653ab2f784736ad46a94\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"enter.fullname\" . }}-enter\n image: {{ .Values.enter.enter.image.repository }}:{{ .Values.enter.enter.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.enter.enter.imagePullPolicy }}\n name: enter\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.enter.enter.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.enter.enter.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"enter.fullname\" . }}-enter\n labels:\n {{- include \"enter.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.enter.type }}\n selector:\n app.kubernetes.io/instance: enter\n app.kubernetes.io/name: jar\n {{- include \"enter.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.enter.ports | toYaml | nindent 2 -}}" ]
enter: advancementLottery: say enter: 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 swampStrife: nitrogen type: ClusterIP kubernetesClusterDomain: cluster.local
recall
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"recall.fullname\" . }}-recall\n labels:\n {{- include \"recall.labels\" . | nindent 4 }}\ndata:\n CARTEL_RESIDENT: {{ .Values.recall.cartelResident | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"recall.fullname\" . }}-recall\n labels:\n {{- include \"recall.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: recall\nspec:\n replicas: {{ .Values.recall.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: recall\n app.kubernetes.io/name: block\n {{- include \"recall.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: recall\n app.kubernetes.io/name: block\n {{- include \"recall.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 5c7be19ccef6f72d5cb221a61cda1e379df33944697aad07170d2ccfc3f3e404\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"recall.fullname\" . }}-recall\n image: {{ .Values.recall.recall.image.repository }}:{{ .Values.recall.recall.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.recall.recall.imagePullPolicy }}\n name: recall\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.recall.recall.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.recall.recall.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"recall.fullname\" . }}-recall\n labels:\n {{- include \"recall.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.recall.type }}\n selector:\n app.kubernetes.io/instance: recall\n app.kubernetes.io/name: block\n {{- include \"recall.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.recall.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local recall: cartelResident: swimsuit ports: - name: http port: 80 protocol: TCP targetPort: http recall: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi replicas: 1 type: ClusterIP
nutty
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"nutty.fullname\" . }}-nutty\n labels:\n {{- include \"nutty.labels\" . | nindent 4 }}\ndata:\n ACCEPTABLE_HOMELESS: {{ .Values.nutty.acceptableHomeless | quote }}\n BUST_BIJOU_COUNTESS: {{ .Values.nutty.bustBijouCountess | quote }}\n CONVICTION_COMBAT: {{ .Values.nutty.convictionCombat | quote }}\n GAME_PAROLE: {{ .Values.nutty.gameParole | quote }}\n HORNET_FLANKER_REDUNDANT: {{ .Values.nutty.hornetFlankerRedundant | quote }}\n MANIPULATION_PLAGIARISM_CAUSE: {{ .Values.nutty.manipulationPlagiarismCause | quote\n }}\n MENTION: {{ .Values.nutty.mention | quote }}\n NUTRITIOUS: {{ .Values.nutty.nutritious | quote }}\n PEER-TO-PEER: {{ .Values.nutty.peerToPeer | quote }}\n REPROCESSING_CULTURE_PUMA: {{ .Values.nutty.reprocessingCulturePuma | quote }}\n SCIENTIFIC: {{ .Values.nutty.scientific | quote }}\n VIABILITY_BORDER_STUDY: {{ .Values.nutty.viabilityBorderStudy | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"nutty.fullname\" . }}-nutty\n labels:\n {{- include \"nutty.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: nutty\nspec:\n replicas: {{ .Values.nutty.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: nutty\n app.kubernetes.io/name: rating\n {{- include \"nutty.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: nutty\n app.kubernetes.io/name: rating\n {{- include \"nutty.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 389da4f038090d849e9a3637af0d5659468baf3f63c496526dc4f45c5dbd8461\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"nutty.fullname\" . }}-nutty\n image: {{ .Values.nutty.nutty.image.repository }}:{{ .Values.nutty.nutty.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.nutty.nutty.imagePullPolicy }}\n name: nutty\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.nutty.nutty.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.nutty.nutty.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"nutty.fullname\" . }}-nutty\n labels:\n {{- include \"nutty.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.nutty.type }}\n selector:\n app.kubernetes.io/instance: nutty\n app.kubernetes.io/name: rating\n {{- include \"nutty.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.nutty.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local nutty: acceptableHomeless: libido bustBijouCountess: trashy convictionCombat: drug gameParole: ladder hornetFlankerRedundant: gem manipulationPlagiarismCause: wail mention: infant nutritious: alley nutty: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi peerToPeer: lovely ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 reprocessingCulturePuma: conceptualize scientific: macaroon type: ClusterIP viabilityBorderStudy: swanky
saucer
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"saucer.fullname\" . }}-saucer\n labels:\n {{- include \"saucer.labels\" . | nindent 4 }}\ndata:\n BAOBAB_WHOLESALER_ASSAULT: {{ .Values.saucer.baobabWholesalerAssault | quote }}\n CREATIONISM: {{ .Values.saucer.creationism | quote }}\n EPAULIERE_HELICOPTER_PRIVILEGE: {{ .Values.saucer.epauliereHelicopterPrivilege\n | quote }}\n LIME_ACCELERATE_DECREASE: {{ .Values.saucer.limeAccelerateDecrease | quote }}\n MUSKRAT_NYLON: {{ .Values.saucer.muskratNylon | quote }}\n SOFTWARE: {{ .Values.saucer.software | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"saucer.fullname\" . }}-saucer\n labels:\n {{- include \"saucer.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: saucer\nspec:\n replicas: {{ .Values.saucer.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: saucer\n app.kubernetes.io/name: center\n {{- include \"saucer.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: saucer\n app.kubernetes.io/name: center\n {{- include \"saucer.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 6297948e756ae4e75c76057eb2294c7d5ff17a5b5ed49e6e4ec2bb29ca462986\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"saucer.fullname\" . }}-saucer\n image: {{ .Values.saucer.saucer.image.repository }}:{{ .Values.saucer.saucer.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.saucer.saucer.imagePullPolicy }}\n name: saucer\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.saucer.saucer.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.saucer.saucer.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"saucer.fullname\" . }}-saucer\n labels:\n {{- include \"saucer.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.saucer.type }}\n selector:\n app.kubernetes.io/instance: saucer\n app.kubernetes.io/name: center\n {{- include \"saucer.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.saucer.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local saucer: baobabWholesalerAssault: merchandise creationism: hair epauliereHelicopterPrivilege: smelly limeAccelerateDecrease: catch muskratNylon: trader ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 saucer: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi software: leaver type: ClusterIP
pillow
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"pillow.fullname\" . }}-pillow\n labels:\n {{- include \"pillow.labels\" . | nindent 4 }}\ndata:\n ABSORBED: {{ .Values.pillow.absorbed | quote }}\n CITIZENSHIP: {{ .Values.pillow.citizenship | quote }}\n RETIRE_HYPOTHESIS_ABRASIVE: {{ .Values.pillow.retireHypothesisAbrasive | quote\n }}\n SPARE: {{ .Values.pillow.spare | quote }}\n SURFBOARD_MUSCAT_ANTLER: {{ .Values.pillow.surfboardMuscatAntler | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"pillow.fullname\" . }}-pillow\n labels:\n {{- include \"pillow.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: pillow\nspec:\n replicas: {{ .Values.pillow.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: pillow\n app.kubernetes.io/name: ethyl\n {{- include \"pillow.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: pillow\n app.kubernetes.io/name: ethyl\n {{- include \"pillow.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: ec0a3fefbeadcf8535b2237a11cc1553dcacdd5880e00ccdd7e3c65db3f9d55d\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"pillow.fullname\" . }}-pillow\n image: {{ .Values.pillow.pillow.image.repository }}:{{ .Values.pillow.pillow.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.pillow.pillow.imagePullPolicy }}\n name: pillow\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.pillow.pillow.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.pillow.pillow.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"pillow.fullname\" . }}-pillow\n labels:\n {{- include \"pillow.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.pillow.type }}\n selector:\n app.kubernetes.io/instance: pillow\n app.kubernetes.io/name: ethyl\n {{- include \"pillow.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.pillow.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local pillow: absorbed: male citizenship: discovery pillow: 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 retireHypothesisAbrasive: signal spare: foam surfboardMuscatAntler: tense type: ClusterIP
guava
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"guava.fullname\" . }}-guava\n labels:\n {{- include \"guava.labels\" . | nindent 4 }}\ndata:\n BALLOT: {{ .Values.guava.ballot | quote }}\n CHARITY: {{ .Values.guava.charity | quote }}\n ISOLATION_HAMMER: {{ .Values.guava.isolationHammer | quote }}\n MARSHLAND: {{ .Values.guava.marshland | quote }}\n SATIRE_REVOLUTION_ANGER: {{ .Values.guava.satireRevolutionAnger | quote }}\n SIDEWALK: {{ .Values.guava.sidewalk | quote }}\n VERIFICATION_WHIRL_CANAL: {{ .Values.guava.verificationWhirlCanal | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"guava.fullname\" . }}-guava\n labels:\n {{- include \"guava.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: guava\nspec:\n replicas: {{ .Values.guava.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: guava\n app.kubernetes.io/name: conversation\n {{- include \"guava.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: guava\n app.kubernetes.io/name: conversation\n {{- include \"guava.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: e166d7262030fcbc88147b42086352436bcaa140c1c21ec0f9a5868e9173e88e\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"guava.fullname\" . }}-guava\n image: {{ .Values.guava.guava.image.repository }}:{{ .Values.guava.guava.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.guava.guava.imagePullPolicy }}\n name: guava\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.guava.guava.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.guava.guava.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"guava.fullname\" . }}-guava\n labels:\n {{- include \"guava.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.guava.type }}\n selector:\n app.kubernetes.io/instance: guava\n app.kubernetes.io/name: conversation\n {{- include \"guava.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.guava.ports | toYaml | nindent 2 -}}" ]
guava: ballot: sage charity: whispering guava: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi isolationHammer: pollution marshland: space ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 satireRevolutionAnger: juggernaut sidewalk: dot type: ClusterIP verificationWhirlCanal: chalk kubernetesClusterDomain: cluster.local
duckling
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"duckling.fullname\" . }}-duckling\n labels:\n {{- include \"duckling.labels\" . | nindent 4 }}\ndata:\n DIET: {{ .Values.duckling.diet | quote }}\n FLANKER_CHICKEN_MILE: {{ .Values.duckling.flankerChickenMile | quote }}\n IMPRESS_PAINT_ONLINE: {{ .Values.duckling.impressPaintOnline | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"duckling.fullname\" . }}-duckling\n labels:\n {{- include \"duckling.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: duckling\nspec:\n replicas: {{ .Values.duckling.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: duckling\n app.kubernetes.io/name: retirement\n {{- include \"duckling.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: duckling\n app.kubernetes.io/name: retirement\n {{- include \"duckling.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 11f96d3c3253a04b8c524a26a8a18e92e03b32a3399e6a29d123123f745f2b2f\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"duckling.fullname\" . }}-duckling\n image: {{ .Values.duckling.duckling.image.repository }}:{{ .Values.duckling.duckling.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.duckling.duckling.imagePullPolicy }}\n name: duckling\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.duckling.duckling.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.duckling.duckling.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"duckling.fullname\" . }}-duckling\n labels:\n {{- include \"duckling.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.duckling.type }}\n selector:\n app.kubernetes.io/instance: duckling\n app.kubernetes.io/name: retirement\n {{- include \"duckling.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.duckling.ports | toYaml | nindent 2 -}}" ]
duckling: diet: feel duckling: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi flankerChickenMile: warren impressPaintOnline: icing ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 type: ClusterIP kubernetesClusterDomain: cluster.local
try
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"try.fullname\" . }}-try\n labels:\n {{- include \"try.labels\" . | nindent 4 }}\ndata:\n BLOSSOM_WELCOME: {{ .Values.try.blossomWelcome | quote }}\n CATASTROPHE_COMIC: {{ .Values.try.catastropheComic | quote }}\n CREST: {{ .Values.try.crest | quote }}\n ENTRANCE_RADIATOR: {{ .Values.try.entranceRadiator | quote }}\n HUMIDITY_HILL_COUNCILMAN: {{ .Values.try.humidityHillCouncilman | quote }}\n KEEP: {{ .Values.try.keep | quote }}\n MAX_ACCORDION: {{ .Values.try.maxAccordion | quote }}\n NEONATE_MAYOR_PRESENT: {{ .Values.try.neonateMayorPresent | quote }}\n PARROT_PASTOR: {{ .Values.try.parrotPastor | quote }}\n WHINE_FILTH_GRANDDAUGHTER: {{ .Values.try.whineFilthGranddaughter | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"try.fullname\" . }}-try\n labels:\n {{- include \"try.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: try\nspec:\n replicas: {{ .Values.try.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: try\n app.kubernetes.io/name: enjoyment\n {{- include \"try.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: try\n app.kubernetes.io/name: enjoyment\n {{- include \"try.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 35b0917786815853a3423ca4dc5fcc7af5609e677a0003eb03efda3cd44a9b8d\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"try.fullname\" . }}-try\n image: {{ .Values.try.try.image.repository }}:{{ .Values.try.try.image.tag | default\n .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.try.try.imagePullPolicy }}\n name: try\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.try.try.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.try.try.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"try.fullname\" . }}-try\n labels:\n {{- include \"try.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.try.type }}\n selector:\n app.kubernetes.io/instance: try\n app.kubernetes.io/name: enjoyment\n {{- include \"try.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.try.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local try: blossomWelcome: sleeping catastropheComic: ossified crest: abacus entranceRadiator: tinkle humidityHillCouncilman: gale keep: farming maxAccordion: ability neonateMayorPresent: ceramics parrotPastor: lawsuit ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 try: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi type: ClusterIP whineFilthGranddaughter: facility
concentrate
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"concentrate.fullname\" . }}-concentrate\n labels:\n {{- include \"concentrate.labels\" . | nindent 4 }}\ndata:\n BOAR_CRAZY: {{ .Values.concentrate.boarCrazy | quote }}\n BUILD_WASTE: {{ .Values.concentrate.buildWaste | quote }}\n CANOE_BUFFET: {{ .Values.concentrate.canoeBuffet | quote }}\n CLOCKWORK_DEGRADATION: {{ .Values.concentrate.clockworkDegradation | quote }}\n DEEPLY_THRIVE_MINE: {{ .Values.concentrate.deeplyThriveMine | quote }}\n FUTON: {{ .Values.concentrate.futon | quote }}\n GRID_GAVEL_LATE: {{ .Values.concentrate.gridGavelLate | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"concentrate.fullname\" . }}-concentrate\n labels:\n {{- include \"concentrate.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: concentrate\nspec:\n replicas: {{ .Values.concentrate.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: concentrate\n app.kubernetes.io/name: tiara\n {{- include \"concentrate.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: concentrate\n app.kubernetes.io/name: tiara\n {{- include \"concentrate.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: aa5677ec16461a222424291c9af816bf945e296e69ced644be172ec9233ebe32\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"concentrate.fullname\" . }}-concentrate\n image: {{ .Values.concentrate.concentrate.image.repository }}:{{ .Values.concentrate.concentrate.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.concentrate.concentrate.imagePullPolicy }}\n name: concentrate\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.concentrate.concentrate.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.concentrate.concentrate.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"concentrate.fullname\" . }}-concentrate\n labels:\n {{- include \"concentrate.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.concentrate.type }}\n selector:\n app.kubernetes.io/instance: concentrate\n app.kubernetes.io/name: tiara\n {{- include \"concentrate.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.concentrate.ports | toYaml | nindent 2 -}}" ]
concentrate: boarCrazy: columnist buildWaste: target canoeBuffet: supervision clockworkDegradation: wine concentrate: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi deeplyThriveMine: nerve futon: dare gridGavelLate: macadamia ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 type: ClusterIP kubernetesClusterDomain: cluster.local
league
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"league.fullname\" . }}-league\n labels:\n {{- include \"league.labels\" . | nindent 4 }}\ndata:\n MANDOLIN_WREN: {{ .Values.league.mandolinWren | quote }}\n REVIVAL_GRADIENT: {{ .Values.league.revivalGradient | quote }}\n SWITCHBOARD: {{ .Values.league.switchboard | quote }}\n WITHSTAND_SIR_COONSKIN: {{ .Values.league.withstandSirCoonskin | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"league.fullname\" . }}-league\n labels:\n {{- include \"league.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: league\nspec:\n replicas: {{ .Values.league.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: league\n app.kubernetes.io/name: resource\n {{- include \"league.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: league\n app.kubernetes.io/name: resource\n {{- include \"league.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 10d866724049c81557244ba333c4a62736190a4cebab45ec7d5a53ff7c6320e6\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"league.fullname\" . }}-league\n image: {{ .Values.league.league.image.repository }}:{{ .Values.league.league.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.league.league.imagePullPolicy }}\n name: league\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.league.league.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.league.league.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"league.fullname\" . }}-league\n labels:\n {{- include \"league.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.league.type }}\n selector:\n app.kubernetes.io/instance: league\n app.kubernetes.io/name: resource\n {{- include \"league.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.league.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local league: league: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi mandolinWren: semantics ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 revivalGradient: lesson switchboard: addiction type: ClusterIP withstandSirCoonskin: shampoo
spurious
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"spurious.fullname\" . }}-spurious\n labels:\n {{- include \"spurious.labels\" . | nindent 4 }}\ndata:\n BALLPARK: {{ .Values.spurious.ballpark | quote }}\n CANOPY: {{ .Values.spurious.canopy | quote }}\n ELEVENTH_BAKER_COLLECTIVISATION: {{ .Values.spurious.eleventhBakerCollectivisation\n | quote }}\n FURTIVE_OFFICIATE: {{ .Values.spurious.furtiveOfficiate | quote }}\n LAVA_REPROCESSING_SURGEON: {{ .Values.spurious.lavaReprocessingSurgeon | quote\n }}\n LOOK_GIANT: {{ .Values.spurious.lookGiant | quote }}\n OMELET_LAUNCH: {{ .Values.spurious.omeletLaunch | quote }}\n PUDDLE_CHIP_TOUGH: {{ .Values.spurious.puddleChipTough | quote }}\n SHAKE_RANGER: {{ .Values.spurious.shakeRanger | quote }}\n THISTLE: {{ .Values.spurious.thistle | quote }}\n WEBSITE: {{ .Values.spurious.website | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"spurious.fullname\" . }}-spurious\n labels:\n {{- include \"spurious.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: spurious\nspec:\n replicas: {{ .Values.spurious.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: spurious\n app.kubernetes.io/name: neighborhood\n {{- include \"spurious.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: spurious\n app.kubernetes.io/name: neighborhood\n {{- include \"spurious.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 215ca237e04e140f482bb94713dd650668daaa4319951d0589af40b1f0958d67\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"spurious.fullname\" . }}-spurious\n image: {{ .Values.spurious.spurious.image.repository }}:{{ .Values.spurious.spurious.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.spurious.spurious.imagePullPolicy }}\n name: spurious\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.spurious.spurious.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.spurious.spurious.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"spurious.fullname\" . }}-spurious\n labels:\n {{- include \"spurious.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.spurious.type }}\n selector:\n app.kubernetes.io/instance: spurious\n app.kubernetes.io/name: neighborhood\n {{- include \"spurious.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.spurious.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local spurious: ballpark: property canopy: mindless eleventhBakerCollectivisation: thesis furtiveOfficiate: patriot lavaReprocessingSurgeon: sociology lookGiant: trigonometry omeletLaunch: amazon ports: - name: http port: 80 protocol: TCP targetPort: http puddleChipTough: examination replicas: 1 shakeRanger: regime spurious: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi thistle: tinkle type: ClusterIP website: whip
carpet
[ "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"carpet.fullname\" . }}-carpet\n labels:\n {{- include \"carpet.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: carpet\nspec:\n replicas: {{ .Values.carpet.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: carpet\n app.kubernetes.io/name: horrible\n {{- include \"carpet.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: carpet\n app.kubernetes.io/name: horrible\n {{- include \"carpet.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.carpet.carpet.image.repository }}:{{ .Values.carpet.carpet.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.carpet.carpet.imagePullPolicy }}\n name: carpet\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.carpet.carpet.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.carpet.carpet.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"carpet.fullname\" . }}-carpet\n labels:\n {{- include \"carpet.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.carpet.type }}\n selector:\n app.kubernetes.io/instance: carpet\n app.kubernetes.io/name: horrible\n {{- include \"carpet.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.carpet.ports | toYaml | nindent 2 -}}" ]
carpet: carpet: 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
taste
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"taste.fullname\" . }}-taste\n labels:\n {{- include \"taste.labels\" . | nindent 4 }}\ndata:\n AFFINITY: {{ .Values.taste.affinity | quote }}\n BRASH_ERA: {{ .Values.taste.brashEra | quote }}\n CHATEAU_LUDICROUS_HIRING: {{ .Values.taste.chateauLudicrousHiring | quote }}\n DOCUMENT: {{ .Values.taste.document | quote }}\n MOST_POTATO: {{ .Values.taste.mostPotato | quote }}\n OBEDIENCE: {{ .Values.taste.obedience | quote }}\n PACE_NETSUKE_SHRED: {{ .Values.taste.paceNetsukeShred | quote }}\n PRAYER: {{ .Values.taste.prayer | quote }}\n SHORTWAVE_MARGARINE: {{ .Values.taste.shortwaveMargarine | quote }}\n TACKLE: {{ .Values.taste.tackle | quote }}\n YANG_DISPOSAL_FANTASY: {{ .Values.taste.yangDisposalFantasy | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"taste.fullname\" . }}-taste\n labels:\n {{- include \"taste.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: taste\nspec:\n replicas: {{ .Values.taste.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: taste\n app.kubernetes.io/name: altitude\n {{- include \"taste.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: taste\n app.kubernetes.io/name: altitude\n {{- include \"taste.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: bb39e56409864ddcb186fe217b21841a5edbffa1e4698b96a3fb018e64399b9d\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"taste.fullname\" . }}-taste\n image: {{ .Values.taste.taste.image.repository }}:{{ .Values.taste.taste.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.taste.taste.imagePullPolicy }}\n name: taste\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.taste.taste.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.taste.taste.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"taste.fullname\" . }}-taste\n labels:\n {{- include \"taste.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.taste.type }}\n selector:\n app.kubernetes.io/instance: taste\n app.kubernetes.io/name: altitude\n {{- include \"taste.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.taste.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local taste: affinity: turnip brashEra: situation chateauLudicrousHiring: buffer document: dad mostPotato: bicycle obedience: jug paceNetsukeShred: gel ports: - name: http port: 80 protocol: TCP targetPort: http prayer: fluttering replicas: 1 shortwaveMargarine: sub tackle: uncertainty taste: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi type: ClusterIP yangDisposalFantasy: barbarous
blushing
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"blushing.fullname\" . }}-blushing\n labels:\n {{- include \"blushing.labels\" . | nindent 4 }}\ndata:\n FAMILIARITY_POLYESTER_COSSET: {{ .Values.blushing.familiarityPolyesterCosset |\n quote }}\n SLEEP_GROW_QUARTET: {{ .Values.blushing.sleepGrowQuartet | quote }}\n SPIRITUALITY_STORE_PLANNING: {{ .Values.blushing.spiritualityStorePlanning | quote\n }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"blushing.fullname\" . }}-blushing\n labels:\n {{- include \"blushing.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: blushing\nspec:\n replicas: {{ .Values.blushing.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: blushing\n app.kubernetes.io/name: trail\n {{- include \"blushing.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: blushing\n app.kubernetes.io/name: trail\n {{- include \"blushing.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 628cb7eeeec8c0860262162f1cb47251836ae2120d7d42de407f117ff0179063\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"blushing.fullname\" . }}-blushing\n image: {{ .Values.blushing.blushing.image.repository }}:{{ .Values.blushing.blushing.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.blushing.blushing.imagePullPolicy }}\n name: blushing\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.blushing.blushing.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.blushing.blushing.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"blushing.fullname\" . }}-blushing\n labels:\n {{- include \"blushing.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.blushing.type }}\n selector:\n app.kubernetes.io/instance: blushing\n app.kubernetes.io/name: trail\n {{- include \"blushing.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.blushing.ports | toYaml | nindent 2 -}}" ]
blushing: blushing: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi familiarityPolyesterCosset: teammate ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 sleepGrowQuartet: outlaw spiritualityStorePlanning: castanet type: ClusterIP kubernetesClusterDomain: cluster.local
muffin
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"muffin.fullname\" . }}-muffin\n labels:\n {{- include \"muffin.labels\" . | nindent 4 }}\ndata:\n TRANSMISSION_HORRIBLE_GENERATION: {{ .Values.muffin.transmissionHorribleGeneration\n | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"muffin.fullname\" . }}-muffin\n labels:\n {{- include \"muffin.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: muffin\nspec:\n replicas: {{ .Values.muffin.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: muffin\n app.kubernetes.io/name: coordinate\n {{- include \"muffin.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: muffin\n app.kubernetes.io/name: coordinate\n {{- include \"muffin.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: cfd7ff18fc1b32e0f01f99765f8a0c46f6f8e5c0e292cc81a30c9738f63d6d60\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"muffin.fullname\" . }}-muffin\n image: {{ .Values.muffin.muffin.image.repository }}:{{ .Values.muffin.muffin.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.muffin.muffin.imagePullPolicy }}\n name: muffin\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.muffin.muffin.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.muffin.muffin.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"muffin.fullname\" . }}-muffin\n labels:\n {{- include \"muffin.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.muffin.type }}\n selector:\n app.kubernetes.io/instance: muffin\n app.kubernetes.io/name: coordinate\n {{- include \"muffin.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.muffin.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local muffin: muffin: 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 transmissionHorribleGeneration: pancreas type: ClusterIP
serval
[ "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"serval.fullname\" . }}-serval\n labels:\n {{- include \"serval.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: serval\nspec:\n replicas: {{ .Values.serval.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: serval\n app.kubernetes.io/name: sponge\n {{- include \"serval.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: serval\n app.kubernetes.io/name: sponge\n {{- include \"serval.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.serval.serval.image.repository }}:{{ .Values.serval.serval.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.serval.serval.imagePullPolicy }}\n name: serval\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.serval.serval.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.serval.serval.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"serval.fullname\" . }}-serval\n labels:\n {{- include \"serval.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.serval.type }}\n selector:\n app.kubernetes.io/instance: serval\n app.kubernetes.io/name: sponge\n {{- include \"serval.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.serval.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local serval: ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 serval: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi type: ClusterIP
turnover
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"turnover.fullname\" . }}-turnover\n labels:\n {{- include \"turnover.labels\" . | nindent 4 }}\ndata:\n EPONYM_FEDORA: {{ .Values.turnover.eponymFedora | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"turnover.fullname\" . }}-turnover\n labels:\n {{- include \"turnover.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: turnover\nspec:\n replicas: {{ .Values.turnover.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: turnover\n app.kubernetes.io/name: salad\n {{- include \"turnover.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: turnover\n app.kubernetes.io/name: salad\n {{- include \"turnover.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 2b8d8156c8d931ec3206c6448fb9facd45ef82ee71706051258f113279452db0\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"turnover.fullname\" . }}-turnover\n image: {{ .Values.turnover.turnover.image.repository }}:{{ .Values.turnover.turnover.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.turnover.turnover.imagePullPolicy }}\n name: turnover\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.turnover.turnover.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.turnover.turnover.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"turnover.fullname\" . }}-turnover\n labels:\n {{- include \"turnover.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.turnover.type }}\n selector:\n app.kubernetes.io/instance: turnover\n app.kubernetes.io/name: salad\n {{- include \"turnover.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.turnover.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local turnover: eponymFedora: sourwood ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 turnover: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi type: ClusterIP
can
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"can.fullname\" . }}-can\n labels:\n {{- include \"can.labels\" . | nindent 4 }}\ndata:\n DESIRE_DAWN_VOTER: {{ .Values.can.desireDawnVoter | quote }}\n PUZZLE_WAFER_PROTECT: {{ .Values.can.puzzleWaferProtect | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"can.fullname\" . }}-can\n labels:\n {{- include \"can.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: can\nspec:\n replicas: {{ .Values.can.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: can\n app.kubernetes.io/name: undertaker\n {{- include \"can.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: can\n app.kubernetes.io/name: undertaker\n {{- include \"can.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: c72cc7ff8311d7f5f61cbc9d32ea6d28ef0b99ac7efa50a63e9380d8586e285e\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"can.fullname\" . }}-can\n image: {{ .Values.can.can.image.repository }}:{{ .Values.can.can.image.tag | default\n .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.can.can.imagePullPolicy }}\n name: can\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.can.can.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.can.can.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"can.fullname\" . }}-can\n labels:\n {{- include \"can.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.can.type }}\n selector:\n app.kubernetes.io/instance: can\n app.kubernetes.io/name: undertaker\n {{- include \"can.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.can.ports | toYaml | nindent 2 -}}" ]
can: can: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi desireDawnVoter: smite ports: - name: http port: 80 protocol: TCP targetPort: http puzzleWaferProtect: dinner replicas: 1 type: ClusterIP kubernetesClusterDomain: cluster.local
agriculture
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"agriculture.fullname\" . }}-agriculture\n labels:\n {{- include \"agriculture.labels\" . | nindent 4 }}\ndata:\n BRANCH_PLANNING: {{ .Values.agriculture.branchPlanning | quote }}\n COMPONENT_OXYGEN_BUSTLE: {{ .Values.agriculture.componentOxygenBustle | quote }}\n FRONTIER_BOXSPRING_COLD: {{ .Values.agriculture.frontierBoxspringCold | quote }}\n HELICOPTER_DEADLINE_NOXIOUS: {{ .Values.agriculture.helicopterDeadlineNoxious |\n quote }}\n HOOF_CUSTODY_TIRESOME: {{ .Values.agriculture.hoofCustodyTiresome | quote }}\n HYDROFOIL_ITEM: {{ .Values.agriculture.hydrofoilItem | quote }}\n JEWEL_ELIGIBILITY: {{ .Values.agriculture.jewelEligibility | quote }}\n MATE: {{ .Values.agriculture.mate | quote }}\n NICE_SAILOR: {{ .Values.agriculture.niceSailor | quote }}\n NUN_EXCITED: {{ .Values.agriculture.nunExcited | quote }}\n OVERCOME: {{ .Values.agriculture.overcome | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"agriculture.fullname\" . }}-agriculture\n labels:\n {{- include \"agriculture.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: agriculture\nspec:\n replicas: {{ .Values.agriculture.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: agriculture\n app.kubernetes.io/name: instrumentalist\n {{- include \"agriculture.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: agriculture\n app.kubernetes.io/name: instrumentalist\n {{- include \"agriculture.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: efbdf87b9d88fd3e96570bc52d855dbbb71e26ca4bac10e0120de9096f60d45a\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"agriculture.fullname\" . }}-agriculture\n image: {{ .Values.agriculture.agriculture.image.repository }}:{{ .Values.agriculture.agriculture.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.agriculture.agriculture.imagePullPolicy }}\n name: agriculture\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.agriculture.agriculture.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.agriculture.agriculture.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"agriculture.fullname\" . }}-agriculture\n labels:\n {{- include \"agriculture.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.agriculture.type }}\n selector:\n app.kubernetes.io/instance: agriculture\n app.kubernetes.io/name: instrumentalist\n {{- include \"agriculture.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.agriculture.ports | toYaml | nindent 2 -}}" ]
agriculture: agriculture: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi branchPlanning: picnic componentOxygenBustle: sideburns frontierBoxspringCold: gabby helicopterDeadlineNoxious: other hoofCustodyTiresome: disturbed hydrofoilItem: fry jewelEligibility: prosecution mate: come niceSailor: silver nunExcited: mouser overcome: aquarium ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 type: ClusterIP kubernetesClusterDomain: cluster.local
revascularization
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"revascularization.fullname\" . }}-revascularization\n labels:\n {{- include \"revascularization.labels\" . | nindent 4 }}\ndata:\n CLONE_MANAGEMENT: {{ .Values.revascularization.cloneManagement | quote }}\n DISTANCE_HABITAT_OBOE: {{ .Values.revascularization.distanceHabitatOboe | quote\n }}\n GAMMA-RAY: {{ .Values.revascularization.gammaRay | quote }}\n GLOW_STAIN: {{ .Values.revascularization.glowStain | quote }}\n HIGHFALUTIN: {{ .Values.revascularization.highfalutin | quote }}\n JOURNALIST_DRAGSTER: {{ .Values.revascularization.journalistDragster | quote }}\n OVERRATED_BRICK_EGGPLANT: {{ .Values.revascularization.overratedBrickEggplant |\n quote }}\n PICTURESQUE_FLASH: {{ .Values.revascularization.picturesqueFlash | quote }}\n PINWORM_VISUAL_POSSIBLE: {{ .Values.revascularization.pinwormVisualPossible | quote\n }}\n SIR_LOSE_GLIDER: {{ .Values.revascularization.sirLoseGlider | quote }}\n STAGE_CURSE: {{ .Values.revascularization.stageCurse | quote }}\n WEEKENDER: {{ .Values.revascularization.weekender | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"revascularization.fullname\" . }}-revascularization\n labels:\n {{- include \"revascularization.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: revascularization\nspec:\n replicas: {{ .Values.revascularization.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: revascularization\n app.kubernetes.io/name: container\n {{- include \"revascularization.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: revascularization\n app.kubernetes.io/name: container\n {{- include \"revascularization.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 7209c0471f9ce263f5e74ff6050f65692736a05a898b14f6471d4f2dcf89672e\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"revascularization.fullname\" . }}-revascularization\n image: {{ .Values.revascularization.revascularization.image.repository }}:{{ .Values.revascularization.revascularization.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.revascularization.revascularization.imagePullPolicy\n }}\n name: revascularization\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.revascularization.revascularization.resources | nindent\n 10 }}\n securityContext: {{- toYaml .Values.revascularization.revascularization.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"revascularization.fullname\" . }}-revascularization\n labels:\n {{- include \"revascularization.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.revascularization.type }}\n selector:\n app.kubernetes.io/instance: revascularization\n app.kubernetes.io/name: container\n {{- include \"revascularization.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.revascularization.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local revascularization: cloneManagement: vintage distanceHabitatOboe: bass gammaRay: independent glowStain: outrun highfalutin: diplomacy journalistDragster: jackfruit overratedBrickEggplant: dangerous picturesqueFlash: venison pinwormVisualPossible: help ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 revascularization: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi sirLoseGlider: tawdry stageCurse: cantaloupe type: ClusterIP weekender: invention
colonialism
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"colonialism.fullname\" . }}-colonialism\n labels:\n {{- include \"colonialism.labels\" . | nindent 4 }}\ndata:\n ABRASIVE: {{ .Values.colonialism.abrasive | quote }}\n ACTED: {{ .Values.colonialism.acted | quote }}\n BERET_DIFFUSE: {{ .Values.colonialism.beretDiffuse | quote }}\n EXAM_SODA_WIDGET: {{ .Values.colonialism.examSodaWidget | quote }}\n MUDDLE_VICE_SUPREME: {{ .Values.colonialism.muddleViceSupreme | quote }}\n NICKEL_CONCLUDE: {{ .Values.colonialism.nickelConclude | quote }}\n NONBELIEVER_PLUME_OMISSION: {{ .Values.colonialism.nonbelieverPlumeOmission | quote\n }}\n POUNDING: {{ .Values.colonialism.pounding | quote }}\n STATUTE_KNOW-HOW_STEAK: {{ .Values.colonialism.statuteKnowHowSteak | quote }}\n SUNLIGHT: {{ .Values.colonialism.sunlight | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"colonialism.fullname\" . }}-colonialism\n labels:\n {{- include \"colonialism.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: colonialism\nspec:\n replicas: {{ .Values.colonialism.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: colonialism\n app.kubernetes.io/name: suspect\n {{- include \"colonialism.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: colonialism\n app.kubernetes.io/name: suspect\n {{- include \"colonialism.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: eaa56f623c8becad89827a9e656de707d11d7d2384d35a537f83fe8f9d1d05a3\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"colonialism.fullname\" . }}-colonialism\n image: {{ .Values.colonialism.colonialism.image.repository }}:{{ .Values.colonialism.colonialism.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.colonialism.colonialism.imagePullPolicy }}\n name: colonialism\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.colonialism.colonialism.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.colonialism.colonialism.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"colonialism.fullname\" . }}-colonialism\n labels:\n {{- include \"colonialism.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.colonialism.type }}\n selector:\n app.kubernetes.io/instance: colonialism\n app.kubernetes.io/name: suspect\n {{- include \"colonialism.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.colonialism.ports | toYaml | nindent 2 -}}" ]
colonialism: abrasive: mutt acted: heirloom beretDiffuse: crude colonialism: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi examSodaWidget: fence muddleViceSupreme: doorpost nickelConclude: taboo nonbelieverPlumeOmission: conference ports: - name: http port: 80 protocol: TCP targetPort: http pounding: mob replicas: 1 statuteKnowHowSteak: stability sunlight: ovary type: ClusterIP kubernetesClusterDomain: cluster.local
newspaper
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"newspaper.fullname\" . }}-newspaper\n labels:\n {{- include \"newspaper.labels\" . | nindent 4 }}\ndata:\n CYNIC_RASPBERRY_DEVELOPMENTAL: {{ .Values.newspaper.cynicRaspberryDevelopmental\n | quote }}\n OVERSIGHT: {{ .Values.newspaper.oversight | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"newspaper.fullname\" . }}-newspaper\n labels:\n {{- include \"newspaper.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: newspaper\nspec:\n replicas: {{ .Values.newspaper.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: newspaper\n app.kubernetes.io/name: sail\n {{- include \"newspaper.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: newspaper\n app.kubernetes.io/name: sail\n {{- include \"newspaper.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 760951e2e431cd8c00b2fcae938dad3c8ebbe4042abac20d4defc38baea61d87\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"newspaper.fullname\" . }}-newspaper\n image: {{ .Values.newspaper.newspaper.image.repository }}:{{ .Values.newspaper.newspaper.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.newspaper.newspaper.imagePullPolicy }}\n name: newspaper\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.newspaper.newspaper.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.newspaper.newspaper.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"newspaper.fullname\" . }}-newspaper\n labels:\n {{- include \"newspaper.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.newspaper.type }}\n selector:\n app.kubernetes.io/instance: newspaper\n app.kubernetes.io/name: sail\n {{- include \"newspaper.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.newspaper.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local newspaper: cynicRaspberryDevelopmental: webpage newspaper: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi oversight: memory ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 type: ClusterIP
utopian
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"utopian.fullname\" . }}-utopian\n labels:\n {{- include \"utopian.labels\" . | nindent 4 }}\ndata:\n ANCESTOR_UNIBODY_DEDICATION: {{ .Values.utopian.ancestorUnibodyDedication | quote\n }}\n CONCLUDE_ZONE: {{ .Values.utopian.concludeZone | quote }}\n DEPRESSION_EVALUATE_RIDING: {{ .Values.utopian.depressionEvaluateRiding | quote\n }}\n GAUGE_BONE: {{ .Values.utopian.gaugeBone | quote }}\n GYNAECOLOGY_PUDDING_RUMOR: {{ .Values.utopian.gynaecologyPuddingRumor | quote }}\n MANTLE_ACADEMY: {{ .Values.utopian.mantleAcademy | quote }}\n PANTYHOSE: {{ .Values.utopian.pantyhose | quote }}\n PERFORM_BANJO: {{ .Values.utopian.performBanjo | quote }}\n RETIREMENT: {{ .Values.utopian.retirement | quote }}\n SCHOOL_TURKEY_ARCADE: {{ .Values.utopian.schoolTurkeyArcade | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"utopian.fullname\" . }}-utopian\n labels:\n {{- include \"utopian.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: utopian\nspec:\n replicas: {{ .Values.utopian.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: utopian\n app.kubernetes.io/name: logic\n {{- include \"utopian.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: utopian\n app.kubernetes.io/name: logic\n {{- include \"utopian.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 5c56edaf41cc1da7c1f8d1de0a499c8428ce972cf89a085bcd694dac35e8a843\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"utopian.fullname\" . }}-utopian\n image: {{ .Values.utopian.utopian.image.repository }}:{{ .Values.utopian.utopian.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.utopian.utopian.imagePullPolicy }}\n name: utopian\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.utopian.utopian.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.utopian.utopian.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"utopian.fullname\" . }}-utopian\n labels:\n {{- include \"utopian.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.utopian.type }}\n selector:\n app.kubernetes.io/instance: utopian\n app.kubernetes.io/name: logic\n {{- include \"utopian.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.utopian.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local utopian: ancestorUnibodyDedication: container concludeZone: amuse depressionEvaluateRiding: confidence gaugeBone: syndicate gynaecologyPuddingRumor: handicap mantleAcademy: behaviour pantyhose: placode performBanjo: mall ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 retirement: otter schoolTurkeyArcade: get type: ClusterIP utopian: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi
cushion
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"cushion.fullname\" . }}-cushion\n labels:\n {{- include \"cushion.labels\" . | nindent 4 }}\ndata:\n COLT_ABANDONED_MESSAGE: {{ .Values.cushion.coltAbandonedMessage | quote }}\n CONSOLE_WORTH_WIRING: {{ .Values.cushion.consoleWorthWiring | quote }}\n CYTOPLASM: {{ .Values.cushion.cytoplasm | quote }}\n FLUTE_STORAGE: {{ .Values.cushion.fluteStorage | quote }}\n INTEGRAL_RHETORICAL: {{ .Values.cushion.integralRhetorical | quote }}\n LISTING_FIGURINE_COOING: {{ .Values.cushion.listingFigurineCooing | quote }}\n SCISSORS_TAMBOURINE: {{ .Values.cushion.scissorsTambourine | quote }}\n STRONG: {{ .Values.cushion.strong | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"cushion.fullname\" . }}-cushion\n labels:\n {{- include \"cushion.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: cushion\nspec:\n replicas: {{ .Values.cushion.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: cushion\n app.kubernetes.io/name: payment\n {{- include \"cushion.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: cushion\n app.kubernetes.io/name: payment\n {{- include \"cushion.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: ed89af162fa1b755d45680c3e17cc7041411fb945aa8a4fc4f17115924e5ebb1\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"cushion.fullname\" . }}-cushion\n image: {{ .Values.cushion.cushion.image.repository }}:{{ .Values.cushion.cushion.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.cushion.cushion.imagePullPolicy }}\n name: cushion\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.cushion.cushion.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.cushion.cushion.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"cushion.fullname\" . }}-cushion\n labels:\n {{- include \"cushion.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.cushion.type }}\n selector:\n app.kubernetes.io/instance: cushion\n app.kubernetes.io/name: payment\n {{- include \"cushion.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.cushion.ports | toYaml | nindent 2 -}}" ]
cushion: coltAbandonedMessage: hummus consoleWorthWiring: corporal cushion: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi cytoplasm: fetus fluteStorage: hushed integralRhetorical: celery listingFigurineCooing: angiosperm ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 scissorsTambourine: loquat strong: surfboard type: ClusterIP kubernetesClusterDomain: cluster.local
regulation
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"regulation.fullname\" . }}-regulation\n labels:\n {{- include \"regulation.labels\" . | nindent 4 }}\ndata:\n ABILITY_LIGHTNING_BARTENDER: {{ .Values.regulation.abilityLightningBartender |\n quote }}\n ANTLER_LOUNGE: {{ .Values.regulation.antlerLounge | quote }}\n CORRESPONDENT_SCISSORS_DAMAGED: {{ .Values.regulation.correspondentScissorsDamaged\n | quote }}\n EPHEMERA_LUMBERMAN_RAWHIDE: {{ .Values.regulation.ephemeraLumbermanRawhide | quote\n }}\n POP: {{ .Values.regulation.pop | quote }}\n RIVULET: {{ .Values.regulation.rivulet | quote }}\n TERMINAL_SMELLY_ROOMMATE: {{ .Values.regulation.terminalSmellyRoommate | quote\n }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"regulation.fullname\" . }}-regulation\n labels:\n {{- include \"regulation.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: regulation\nspec:\n replicas: {{ .Values.regulation.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: regulation\n app.kubernetes.io/name: skate\n {{- include \"regulation.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: regulation\n app.kubernetes.io/name: skate\n {{- include \"regulation.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: ba96b465af1a6231bf08f87a9b70870c10e8fd82d611154cf93cd44d0e014243\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"regulation.fullname\" . }}-regulation\n image: {{ .Values.regulation.regulation.image.repository }}:{{ .Values.regulation.regulation.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.regulation.regulation.imagePullPolicy }}\n name: regulation\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.regulation.regulation.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.regulation.regulation.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"regulation.fullname\" . }}-regulation\n labels:\n {{- include \"regulation.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.regulation.type }}\n selector:\n app.kubernetes.io/instance: regulation\n app.kubernetes.io/name: skate\n {{- include \"regulation.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.regulation.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local regulation: abilityLightningBartender: transom antlerLounge: defense correspondentScissorsDamaged: pork ephemeraLumbermanRawhide: size pop: cloakroom ports: - name: http port: 80 protocol: TCP targetPort: http regulation: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi replicas: 1 rivulet: min terminalSmellyRoommate: undertake type: ClusterIP
electronics
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"electronics.fullname\" . }}-electronics\n labels:\n {{- include \"electronics.labels\" . | nindent 4 }}\ndata:\n CORPORAL: {{ .Values.electronics.corporal | quote }}\n DEPTH_MONKEY: {{ .Values.electronics.depthMonkey | quote }}\n GO-KART: {{ .Values.electronics.goKart | quote }}\n INJUNCTION_FORK: {{ .Values.electronics.injunctionFork | quote }}\n PARADE_FAUCET: {{ .Values.electronics.paradeFaucet | quote }}\n PARCEL: {{ .Values.electronics.parcel | quote }}\n PENITENT_BOX_CLASSIFICATION: {{ .Values.electronics.penitentBoxClassification |\n quote }}\n WAX_RAPE_RESPITE: {{ .Values.electronics.waxRapeRespite | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"electronics.fullname\" . }}-electronics\n labels:\n {{- include \"electronics.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: electronics\nspec:\n replicas: {{ .Values.electronics.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: electronics\n app.kubernetes.io/name: painful\n {{- include \"electronics.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: electronics\n app.kubernetes.io/name: painful\n {{- include \"electronics.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 6210d73955f433c3f16604ed6b2dbc2819e1dbaae24fa539b17d94a02eaed470\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"electronics.fullname\" . }}-electronics\n image: {{ .Values.electronics.electronics.image.repository }}:{{ .Values.electronics.electronics.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.electronics.electronics.imagePullPolicy }}\n name: electronics\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.electronics.electronics.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.electronics.electronics.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"electronics.fullname\" . }}-electronics\n labels:\n {{- include \"electronics.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.electronics.type }}\n selector:\n app.kubernetes.io/instance: electronics\n app.kubernetes.io/name: painful\n {{- include \"electronics.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.electronics.ports | toYaml | nindent 2 -}}" ]
electronics: corporal: jackfruit depthMonkey: shake electronics: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi goKart: devilish injunctionFork: conscience paradeFaucet: yellow parcel: step-son penitentBoxClassification: society ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 type: ClusterIP waxRapeRespite: fine kubernetesClusterDomain: cluster.local
parenthesis
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"parenthesis.fullname\" . }}-parenthesis\n labels:\n {{- include \"parenthesis.labels\" . | nindent 4 }}\ndata:\n EQUIPMENT: {{ .Values.parenthesis.equipment | quote }}\n PENCIL: {{ .Values.parenthesis.pencil | quote }}\n SCRIM: {{ .Values.parenthesis.scrim | quote }}\n SONGBIRD_OUTSIDE: {{ .Values.parenthesis.songbirdOutside | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"parenthesis.fullname\" . }}-parenthesis\n labels:\n {{- include \"parenthesis.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: parenthesis\nspec:\n replicas: {{ .Values.parenthesis.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: parenthesis\n app.kubernetes.io/name: meter\n {{- include \"parenthesis.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: parenthesis\n app.kubernetes.io/name: meter\n {{- include \"parenthesis.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 9caf3b4cc73eda78e99b1bcc163fb2d4aa53a17e20d9fae2dee3dcdbf15072dd\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"parenthesis.fullname\" . }}-parenthesis\n image: {{ .Values.parenthesis.parenthesis.image.repository }}:{{ .Values.parenthesis.parenthesis.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.parenthesis.parenthesis.imagePullPolicy }}\n name: parenthesis\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.parenthesis.parenthesis.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.parenthesis.parenthesis.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"parenthesis.fullname\" . }}-parenthesis\n labels:\n {{- include \"parenthesis.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.parenthesis.type }}\n selector:\n app.kubernetes.io/instance: parenthesis\n app.kubernetes.io/name: meter\n {{- include \"parenthesis.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.parenthesis.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local parenthesis: equipment: situation parenthesis: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi pencil: headlight ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 scrim: cirrus songbirdOutside: numismatist type: ClusterIP
koala
[ "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"koala.fullname\" . }}-koala\n labels:\n {{- include \"koala.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: koala\nspec:\n replicas: {{ .Values.koala.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: koala\n app.kubernetes.io/name: macrame\n {{- include \"koala.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: koala\n app.kubernetes.io/name: macrame\n {{- include \"koala.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.koala.koala.image.repository }}:{{ .Values.koala.koala.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.koala.koala.imagePullPolicy }}\n name: koala\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.koala.koala.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.koala.koala.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"koala.fullname\" . }}-koala\n labels:\n {{- include \"koala.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.koala.type }}\n selector:\n app.kubernetes.io/instance: koala\n app.kubernetes.io/name: macrame\n {{- include \"koala.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.koala.ports | toYaml | nindent 2 -}}" ]
koala: koala: 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
lashes
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"lashes.fullname\" . }}-lashes\n labels:\n {{- include \"lashes.labels\" . | nindent 4 }}\ndata:\n COIN_STUPIDITY: {{ .Values.lashes.coinStupidity | quote }}\n DOWNLOAD_GREET_PAUSE: {{ .Values.lashes.downloadGreetPause | quote }}\n EICOSANOID_MECHANIC: {{ .Values.lashes.eicosanoidMechanic | quote }}\n FUN: {{ .Values.lashes.fun | quote }}\n HURDLE_CULTURE_ODD: {{ .Values.lashes.hurdleCultureOdd | quote }}\n JUGGLE_STUFF: {{ .Values.lashes.juggleStuff | quote }}\n JULIENNE: {{ .Values.lashes.julienne | quote }}\n TENTACLE_DECISION-MAKING_GUITAR: {{ .Values.lashes.tentacleDecisionMakingGuitar\n | quote }}\n TONALITY_FINAL: {{ .Values.lashes.tonalityFinal | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"lashes.fullname\" . }}-lashes\n labels:\n {{- include \"lashes.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: lashes\nspec:\n replicas: {{ .Values.lashes.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: lashes\n app.kubernetes.io/name: labor\n {{- include \"lashes.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: lashes\n app.kubernetes.io/name: labor\n {{- include \"lashes.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 52d10179b5f4c7f3185db5d4da91c5c54bfa05f61939c89a43bd64551a30c036\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"lashes.fullname\" . }}-lashes\n image: {{ .Values.lashes.lashes.image.repository }}:{{ .Values.lashes.lashes.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.lashes.lashes.imagePullPolicy }}\n name: lashes\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.lashes.lashes.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.lashes.lashes.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"lashes.fullname\" . }}-lashes\n labels:\n {{- include \"lashes.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.lashes.type }}\n selector:\n app.kubernetes.io/instance: lashes\n app.kubernetes.io/name: labor\n {{- include \"lashes.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.lashes.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local lashes: coinStupidity: harmonize downloadGreetPause: vista eicosanoidMechanic: backpack fun: toenail hurdleCultureOdd: hammer juggleStuff: press julienne: clothes lashes: 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 tentacleDecisionMakingGuitar: joint tonalityFinal: recognition type: ClusterIP
achiever
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"achiever.fullname\" . }}-achiever\n labels:\n {{- include \"achiever.labels\" . | nindent 4 }}\ndata:\n DUFFEL_BLADE_MARIONBERRY: {{ .Values.achiever.duffelBladeMarionberry | quote }}\n LAMB_PLATFORM_ARMY: {{ .Values.achiever.lambPlatformArmy | quote }}\n PILAF_TERIYAKI_GALE: {{ .Values.achiever.pilafTeriyakiGale | quote }}\n TEEPEE_THEOLOGY: {{ .Values.achiever.teepeeTheology | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"achiever.fullname\" . }}-achiever\n labels:\n {{- include \"achiever.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: achiever\nspec:\n replicas: {{ .Values.achiever.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: achiever\n app.kubernetes.io/name: end\n {{- include \"achiever.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: achiever\n app.kubernetes.io/name: end\n {{- include \"achiever.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 3a2a8f433f495433ae34d11bb98e5b683af2dc4268a0a248d05ee3bcd8eeb2ae\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"achiever.fullname\" . }}-achiever\n image: {{ .Values.achiever.achiever.image.repository }}:{{ .Values.achiever.achiever.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.achiever.achiever.imagePullPolicy }}\n name: achiever\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.achiever.achiever.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.achiever.achiever.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"achiever.fullname\" . }}-achiever\n labels:\n {{- include \"achiever.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.achiever.type }}\n selector:\n app.kubernetes.io/instance: achiever\n app.kubernetes.io/name: end\n {{- include \"achiever.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.achiever.ports | toYaml | nindent 2 -}}" ]
achiever: achiever: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi duffelBladeMarionberry: wildebeest lambPlatformArmy: slit pilafTeriyakiGale: copy ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 teepeeTheology: alphabet type: ClusterIP kubernetesClusterDomain: cluster.local
discretion
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"discretion.fullname\" . }}-discretion\n labels:\n {{- include \"discretion.labels\" . | nindent 4 }}\ndata:\n ALDER_MAGICAL_CROW: {{ .Values.discretion.alderMagicalCrow | quote }}\n BORROW_INCUBATION: {{ .Values.discretion.borrowIncubation | quote }}\n BUZZARD_PRESCRIPTION: {{ .Values.discretion.buzzardPrescription | quote }}\n CYMBAL_NESTLING: {{ .Values.discretion.cymbalNestling | quote }}\n KNICKERS_SCRUB_TAXI: {{ .Values.discretion.knickersScrubTaxi | quote }}\n TIMING_HIERARCHY: {{ .Values.discretion.timingHierarchy | quote }}\n WARDEN_SLIMY_TERRORIST: {{ .Values.discretion.wardenSlimyTerrorist | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"discretion.fullname\" . }}-discretion\n labels:\n {{- include \"discretion.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: discretion\nspec:\n replicas: {{ .Values.discretion.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: discretion\n app.kubernetes.io/name: smock\n {{- include \"discretion.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: discretion\n app.kubernetes.io/name: smock\n {{- include \"discretion.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 2602181806d01407cb9b4f31881f1385d0a42f22047826258fd8d0fb30746b70\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"discretion.fullname\" . }}-discretion\n image: {{ .Values.discretion.discretion.image.repository }}:{{ .Values.discretion.discretion.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.discretion.discretion.imagePullPolicy }}\n name: discretion\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.discretion.discretion.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.discretion.discretion.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"discretion.fullname\" . }}-discretion\n labels:\n {{- include \"discretion.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.discretion.type }}\n selector:\n app.kubernetes.io/instance: discretion\n app.kubernetes.io/name: smock\n {{- include \"discretion.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.discretion.ports | toYaml | nindent 2 -}}" ]
discretion: alderMagicalCrow: carry borrowIncubation: auction buzzardPrescription: pannier cymbalNestling: message discretion: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi knickersScrubTaxi: teapot ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 timingHierarchy: eclipse type: ClusterIP wardenSlimyTerrorist: lumber kubernetesClusterDomain: cluster.local
leverage
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"leverage.fullname\" . }}-leverage\n labels:\n {{- include \"leverage.labels\" . | nindent 4 }}\ndata:\n CRIB_TENNIS: {{ .Values.leverage.cribTennis | quote }}\n EGGNOG: {{ .Values.leverage.eggnog | quote }}\n HARSH: {{ .Values.leverage.harsh | quote }}\n HYACINTH: {{ .Values.leverage.hyacinth | quote }}\n IMPORTANCE_ABUSIVE: {{ .Values.leverage.importanceAbusive | quote }}\n REDISCOVERY_PROFIT_MEANING: {{ .Values.leverage.rediscoveryProfitMeaning | quote\n }}\n SOFT: {{ .Values.leverage.soft | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"leverage.fullname\" . }}-leverage\n labels:\n {{- include \"leverage.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: leverage\nspec:\n replicas: {{ .Values.leverage.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: leverage\n app.kubernetes.io/name: veal\n {{- include \"leverage.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: leverage\n app.kubernetes.io/name: veal\n {{- include \"leverage.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 0f9e805df1fcc680ab12350e90e44f7fd7c8b493a253ba5c35a0873a61b1c4af\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"leverage.fullname\" . }}-leverage\n image: {{ .Values.leverage.leverage.image.repository }}:{{ .Values.leverage.leverage.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.leverage.leverage.imagePullPolicy }}\n name: leverage\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.leverage.leverage.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.leverage.leverage.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"leverage.fullname\" . }}-leverage\n labels:\n {{- include \"leverage.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.leverage.type }}\n selector:\n app.kubernetes.io/instance: leverage\n app.kubernetes.io/name: veal\n {{- include \"leverage.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.leverage.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local leverage: cribTennis: agreeable eggnog: belly harsh: injustice hyacinth: accelerate importanceAbusive: downgrade leverage: 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 rediscoveryProfitMeaning: speaking replicas: 1 soft: radar type: ClusterIP
quit
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"quit.fullname\" . }}-quit\n labels:\n {{- include \"quit.labels\" . | nindent 4 }}\ndata:\n LEAP_POMELO: {{ .Values.quit.leapPomelo | quote }}\n MAMBO: {{ .Values.quit.mambo | quote }}\n OUTPUT_RABID_OYSTER: {{ .Values.quit.outputRabidOyster | quote }}\n QUOTE_COBBLER: {{ .Values.quit.quoteCobbler | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"quit.fullname\" . }}-quit\n labels:\n {{- include \"quit.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: quit\nspec:\n replicas: {{ .Values.quit.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: quit\n app.kubernetes.io/name: trombone\n {{- include \"quit.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: quit\n app.kubernetes.io/name: trombone\n {{- include \"quit.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: e434ea320af7350726150dc87117732f4eea6fa926af52ed6c768e3489621b87\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"quit.fullname\" . }}-quit\n image: {{ .Values.quit.quit.image.repository }}:{{ .Values.quit.quit.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.quit.quit.imagePullPolicy }}\n name: quit\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.quit.quit.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.quit.quit.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"quit.fullname\" . }}-quit\n labels:\n {{- include \"quit.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.quit.type }}\n selector:\n app.kubernetes.io/instance: quit\n app.kubernetes.io/name: trombone\n {{- include \"quit.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.quit.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local quit: leapPomelo: might mambo: pop outputRabidOyster: roundabout ports: - name: http port: 80 protocol: TCP targetPort: http quit: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi quoteCobbler: picayune replicas: 1 type: ClusterIP
rambler
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"rambler.fullname\" . }}-rambler\n labels:\n {{- include \"rambler.labels\" . | nindent 4 }}\ndata:\n BOYFRIEND_EYEBROWS: {{ .Values.rambler.boyfriendEyebrows | quote }}\n DISCO_RINGWORM_TRACTOR: {{ .Values.rambler.discoRingwormTractor | quote }}\n ELBOW_LOCATION: {{ .Values.rambler.elbowLocation | quote }}\n FIG: {{ .Values.rambler.fig | quote }}\n INCONVENIENCE_BANDWIDTH_TIGHTS: {{ .Values.rambler.inconvenienceBandwidthTights\n | quote }}\n MEME_CLOTHE_ARMY: {{ .Values.rambler.memeClotheArmy | quote }}\n OCCURRENCE_HYBRIDIZATION: {{ .Values.rambler.occurrenceHybridization | quote }}\n TRANSCRIPT: {{ .Values.rambler.transcript | quote }}\n UPBEAT_TRUNK_FASCIA: {{ .Values.rambler.upbeatTrunkFascia | quote }}\n WILLOW_TRANSLATE: {{ .Values.rambler.willowTranslate | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"rambler.fullname\" . }}-rambler\n labels:\n {{- include \"rambler.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: rambler\nspec:\n replicas: {{ .Values.rambler.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: rambler\n app.kubernetes.io/name: tickle\n {{- include \"rambler.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: rambler\n app.kubernetes.io/name: tickle\n {{- include \"rambler.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: a4290f6b03773193078f9b8cc4d5a279479274c30368b2a23866b11aeb6cfc3c\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"rambler.fullname\" . }}-rambler\n image: {{ .Values.rambler.rambler.image.repository }}:{{ .Values.rambler.rambler.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.rambler.rambler.imagePullPolicy }}\n name: rambler\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.rambler.rambler.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.rambler.rambler.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"rambler.fullname\" . }}-rambler\n labels:\n {{- include \"rambler.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.rambler.type }}\n selector:\n app.kubernetes.io/instance: rambler\n app.kubernetes.io/name: tickle\n {{- include \"rambler.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.rambler.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local rambler: boyfriendEyebrows: effector discoRingwormTractor: slipper elbowLocation: acetate fig: beak inconvenienceBandwidthTights: symptomatic memeClotheArmy: stranger occurrenceHybridization: designer ports: - name: http port: 80 protocol: TCP targetPort: http rambler: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi replicas: 1 transcript: radiator type: ClusterIP upbeatTrunkFascia: acrylic willowTranslate: poke
fascinated
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"fascinated.fullname\" . }}-fascinated\n labels:\n {{- include \"fascinated.labels\" . | nindent 4 }}\ndata:\n NEWS_CHAMBER_TEACHING: {{ .Values.fascinated.newsChamberTeaching | quote }}\n SUET_COUNTY: {{ .Values.fascinated.suetCounty | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"fascinated.fullname\" . }}-fascinated\n labels:\n {{- include \"fascinated.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: fascinated\nspec:\n replicas: {{ .Values.fascinated.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: fascinated\n app.kubernetes.io/name: clause\n {{- include \"fascinated.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: fascinated\n app.kubernetes.io/name: clause\n {{- include \"fascinated.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: a0660ee0782367b8f948605566f852683118128862fdc9ddb5ceabe9a7c505b8\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"fascinated.fullname\" . }}-fascinated\n image: {{ .Values.fascinated.fascinated.image.repository }}:{{ .Values.fascinated.fascinated.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.fascinated.fascinated.imagePullPolicy }}\n name: fascinated\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.fascinated.fascinated.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.fascinated.fascinated.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"fascinated.fullname\" . }}-fascinated\n labels:\n {{- include \"fascinated.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.fascinated.type }}\n selector:\n app.kubernetes.io/instance: fascinated\n app.kubernetes.io/name: clause\n {{- include \"fascinated.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.fascinated.ports | toYaml | nindent 2 -}}" ]
fascinated: fascinated: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi newsChamberTeaching: sector ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 suetCounty: cartload type: ClusterIP kubernetesClusterDomain: cluster.local
kielbasa
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"kielbasa.fullname\" . }}-kielbasa\n labels:\n {{- include \"kielbasa.labels\" . | nindent 4 }}\ndata:\n INITIALIZE_EARN: {{ .Values.kielbasa.initializeEarn | quote }}\n NORMALIZATION_HEADACHE_INJUNCTION: {{ .Values.kielbasa.normalizationHeadacheInjunction\n | quote }}\n POSSESS_SURROUNDS: {{ .Values.kielbasa.possessSurrounds | quote }}\n SAVORY_CORRECT_ADDICTED: {{ .Values.kielbasa.savoryCorrectAddicted | quote }}\n SPREADSHEET_ASSISTANT: {{ .Values.kielbasa.spreadsheetAssistant | quote }}\n TENNIS: {{ .Values.kielbasa.tennis | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"kielbasa.fullname\" . }}-kielbasa\n labels:\n {{- include \"kielbasa.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: kielbasa\nspec:\n replicas: {{ .Values.kielbasa.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: kielbasa\n app.kubernetes.io/name: caftan\n {{- include \"kielbasa.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: kielbasa\n app.kubernetes.io/name: caftan\n {{- include \"kielbasa.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 603897822c60ad41e63b5fa265f87a98c88a8c0c9cc964219d88a8d06ddd8f7a\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"kielbasa.fullname\" . }}-kielbasa\n image: {{ .Values.kielbasa.kielbasa.image.repository }}:{{ .Values.kielbasa.kielbasa.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.kielbasa.kielbasa.imagePullPolicy }}\n name: kielbasa\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.kielbasa.kielbasa.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.kielbasa.kielbasa.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"kielbasa.fullname\" . }}-kielbasa\n labels:\n {{- include \"kielbasa.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.kielbasa.type }}\n selector:\n app.kubernetes.io/instance: kielbasa\n app.kubernetes.io/name: caftan\n {{- include \"kielbasa.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.kielbasa.ports | toYaml | nindent 2 -}}" ]
kielbasa: initializeEarn: ton kielbasa: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi normalizationHeadacheInjunction: ashtray ports: - name: http port: 80 protocol: TCP targetPort: http possessSurrounds: intent replicas: 1 savoryCorrectAddicted: tempo spreadsheetAssistant: zealous tennis: tonality type: ClusterIP kubernetesClusterDomain: cluster.local
bite
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"bite.fullname\" . }}-bite\n labels:\n {{- include \"bite.labels\" . | nindent 4 }}\ndata:\n FOOTREST_MINORITY: {{ .Values.bite.footrestMinority | quote }}\n RITUAL_DEAFENING_FORAGER: {{ .Values.bite.ritualDeafeningForager | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"bite.fullname\" . }}-bite\n labels:\n {{- include \"bite.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: bite\nspec:\n replicas: {{ .Values.bite.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: bite\n app.kubernetes.io/name: collagen\n {{- include \"bite.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: bite\n app.kubernetes.io/name: collagen\n {{- include \"bite.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 962babca0bbfdb09ec00d8ad4e30cd57ee92b4a0e46b549ffe8c29165d47f9ee\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"bite.fullname\" . }}-bite\n image: {{ .Values.bite.bite.image.repository }}:{{ .Values.bite.bite.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.bite.bite.imagePullPolicy }}\n name: bite\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.bite.bite.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.bite.bite.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"bite.fullname\" . }}-bite\n labels:\n {{- include \"bite.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.bite.type }}\n selector:\n app.kubernetes.io/instance: bite\n app.kubernetes.io/name: collagen\n {{- include \"bite.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.bite.ports | toYaml | nindent 2 -}}" ]
bite: bite: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi footrestMinority: tradition ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 ritualDeafeningForager: danger type: ClusterIP kubernetesClusterDomain: cluster.local
rate
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"rate.fullname\" . }}-rate\n labels:\n {{- include \"rate.labels\" . | nindent 4 }}\ndata:\n AIRBAG: {{ .Values.rate.airbag | quote }}\n CHESTNUT_PARSIMONIOUS_LEFT: {{ .Values.rate.chestnutParsimoniousLeft | quote }}\n DRAWER_POISONING_UTTER: {{ .Values.rate.drawerPoisoningUtter | quote }}\n GORGEOUS_TERRACE: {{ .Values.rate.gorgeousTerrace | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"rate.fullname\" . }}-rate\n labels:\n {{- include \"rate.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: rate\nspec:\n replicas: {{ .Values.rate.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: rate\n app.kubernetes.io/name: orange\n {{- include \"rate.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: rate\n app.kubernetes.io/name: orange\n {{- include \"rate.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 09d1b63abd722ff9b5ec6522ada697be2bca822d9e25e7c73531b37d6dbe7583\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"rate.fullname\" . }}-rate\n image: {{ .Values.rate.rate.image.repository }}:{{ .Values.rate.rate.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.rate.rate.imagePullPolicy }}\n name: rate\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.rate.rate.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.rate.rate.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"rate.fullname\" . }}-rate\n labels:\n {{- include \"rate.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.rate.type }}\n selector:\n app.kubernetes.io/instance: rate\n app.kubernetes.io/name: orange\n {{- include \"rate.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.rate.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local rate: airbag: giant chestnutParsimoniousLeft: cleaner drawerPoisoningUtter: wing gorgeousTerrace: firm ports: - name: http port: 80 protocol: TCP targetPort: http rate: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi replicas: 1 type: ClusterIP
health-care
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"health-care.fullname\" . }}-health-care\n labels:\n {{- include \"health-care.labels\" . | nindent 4 }}\ndata:\n AGREE: {{ .Values.healthCare.agree | quote }}\n BANJO_OPPORTUNIST_DEEP: {{ .Values.healthCare.banjoOpportunistDeep | quote }}\n HOLE_PODCAST: {{ .Values.healthCare.holePodcast | quote }}\n SUFFOCATION_SCENERY_SAUERKRAUT: {{ .Values.healthCare.suffocationScenerySauerkraut\n | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"health-care.fullname\" . }}-health-care\n labels:\n {{- include \"health-care.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: health-care\nspec:\n replicas: {{ .Values.healthCare.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: health-care\n app.kubernetes.io/name: entree\n {{- include \"health-care.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: health-care\n app.kubernetes.io/name: entree\n {{- include \"health-care.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 490cc7004b267b9adb9ffcfcfc011a9de8143456120ff5122d8908e852cc7182\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"health-care.fullname\" . }}-health-care\n image: {{ .Values.healthCare.healthCare.image.repository }}:{{ .Values.healthCare.healthCare.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.healthCare.healthCare.imagePullPolicy }}\n name: health-care\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.healthCare.healthCare.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.healthCare.healthCare.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"health-care.fullname\" . }}-health-care\n labels:\n {{- include \"health-care.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.healthCare.type }}\n selector:\n app.kubernetes.io/instance: health-care\n app.kubernetes.io/name: entree\n {{- include \"health-care.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.healthCare.ports | toYaml | nindent 2 -}}" ]
healthCare: agree: chatter banjoOpportunistDeep: easel healthCare: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi holePodcast: community ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 suffocationScenerySauerkraut: tap type: ClusterIP kubernetesClusterDomain: cluster.local
century
[ "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"century.fullname\" . }}-century\n labels:\n {{- include \"century.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: century\nspec:\n replicas: {{ .Values.century.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: century\n app.kubernetes.io/name: vegetation\n {{- include \"century.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: century\n app.kubernetes.io/name: vegetation\n {{- include \"century.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.century.century.image.repository }}:{{ .Values.century.century.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.century.century.imagePullPolicy }}\n name: century\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.century.century.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.century.century.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"century.fullname\" . }}-century\n labels:\n {{- include \"century.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.century.type }}\n selector:\n app.kubernetes.io/instance: century\n app.kubernetes.io/name: vegetation\n {{- include \"century.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.century.ports | toYaml | nindent 2 -}}" ]
century: century: 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
juggernaut
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"juggernaut.fullname\" . }}-juggernaut\n labels:\n {{- include \"juggernaut.labels\" . | nindent 4 }}\ndata:\n ALGORITHM: {{ .Values.juggernaut.algorithm | quote }}\n BEATING_STEREOTYPED_ASHAMED: {{ .Values.juggernaut.beatingStereotypedAshamed |\n quote }}\n BUFFER_CLUE: {{ .Values.juggernaut.bufferClue | quote }}\n GUACAMOLE: {{ .Values.juggernaut.guacamole | quote }}\n QUINCE_CONVENTION_SLANG: {{ .Values.juggernaut.quinceConventionSlang | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"juggernaut.fullname\" . }}-juggernaut\n labels:\n {{- include \"juggernaut.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: juggernaut\nspec:\n replicas: {{ .Values.juggernaut.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: juggernaut\n app.kubernetes.io/name: toe\n {{- include \"juggernaut.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: juggernaut\n app.kubernetes.io/name: toe\n {{- include \"juggernaut.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 5b18af75794952dfc1c44ba2af2488df5a179c699b4a0ef51f24e52f53bce185\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"juggernaut.fullname\" . }}-juggernaut\n image: {{ .Values.juggernaut.juggernaut.image.repository }}:{{ .Values.juggernaut.juggernaut.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.juggernaut.juggernaut.imagePullPolicy }}\n name: juggernaut\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.juggernaut.juggernaut.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.juggernaut.juggernaut.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"juggernaut.fullname\" . }}-juggernaut\n labels:\n {{- include \"juggernaut.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.juggernaut.type }}\n selector:\n app.kubernetes.io/instance: juggernaut\n app.kubernetes.io/name: toe\n {{- include \"juggernaut.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.juggernaut.ports | toYaml | nindent 2 -}}" ]
juggernaut: algorithm: obstacle beatingStereotypedAshamed: placode bufferClue: hunter guacamole: smile juggernaut: 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 quinceConventionSlang: bang replicas: 1 type: ClusterIP kubernetesClusterDomain: cluster.local
insight
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"insight.fullname\" . }}-insight\n labels:\n {{- include \"insight.labels\" . | nindent 4 }}\ndata:\n CANDIDATE_FIXTURE: {{ .Values.insight.candidateFixture | quote }}\n CHAPTER: {{ .Values.insight.chapter | quote }}\n IRONCLAD_CONSPIRACY: {{ .Values.insight.ironcladConspiracy | quote }}\n NEGOTIATE_HOSPITALISATION: {{ .Values.insight.negotiateHospitalisation | quote\n }}\n NEGOTIATE_SEAWEED: {{ .Values.insight.negotiateSeaweed | quote }}\n TOOTHPICK_COPYING_ARCHIVES: {{ .Values.insight.toothpickCopyingArchives | quote\n }}\n VERVE: {{ .Values.insight.verve | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"insight.fullname\" . }}-insight\n labels:\n {{- include \"insight.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: insight\nspec:\n replicas: {{ .Values.insight.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: insight\n app.kubernetes.io/name: macrame\n {{- include \"insight.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: insight\n app.kubernetes.io/name: macrame\n {{- include \"insight.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 345f705b9e6a0ffef6ce876001bb611035c8bbc3c5cf3d3da8da4c17317893d3\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"insight.fullname\" . }}-insight\n image: {{ .Values.insight.insight.image.repository }}:{{ .Values.insight.insight.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.insight.insight.imagePullPolicy }}\n name: insight\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.insight.insight.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.insight.insight.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"insight.fullname\" . }}-insight\n labels:\n {{- include \"insight.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.insight.type }}\n selector:\n app.kubernetes.io/instance: insight\n app.kubernetes.io/name: macrame\n {{- include \"insight.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.insight.ports | toYaml | nindent 2 -}}" ]
insight: candidateFixture: orator chapter: retire insight: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi ironcladConspiracy: receptive negotiateHospitalisation: alert negotiateSeaweed: imperfect ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 toothpickCopyingArchives: professor type: ClusterIP verve: drug kubernetesClusterDomain: cluster.local
clinic
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"clinic.fullname\" . }}-clinic\n labels:\n {{- include \"clinic.labels\" . | nindent 4 }}\ndata:\n DISTURBED_SETBACK_INTERPRETER: {{ .Values.clinic.disturbedSetbackInterpreter |\n quote }}\n FUR_MUSKRAT: {{ .Values.clinic.furMuskrat | quote }}\n GOAT_CASSOCK_YUMMY: {{ .Values.clinic.goatCassockYummy | quote }}\n PERFUME_THRIVE: {{ .Values.clinic.perfumeThrive | quote }}\n POPSICLE_HURDLE_UNIFORMITY: {{ .Values.clinic.popsicleHurdleUniformity | quote\n }}\n SHALLOT_FUTURE: {{ .Values.clinic.shallotFuture | quote }}\n SILO_PALACE: {{ .Values.clinic.siloPalace | quote }}\n THOUGHTFUL: {{ .Values.clinic.thoughtful | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"clinic.fullname\" . }}-clinic\n labels:\n {{- include \"clinic.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: clinic\nspec:\n replicas: {{ .Values.clinic.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: clinic\n app.kubernetes.io/name: qualify\n {{- include \"clinic.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: clinic\n app.kubernetes.io/name: qualify\n {{- include \"clinic.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: d0a5ef90bac72531a414320995024261bfa3e34ddf28bb0ae6fd7e799f09f61c\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"clinic.fullname\" . }}-clinic\n image: {{ .Values.clinic.clinic.image.repository }}:{{ .Values.clinic.clinic.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.clinic.clinic.imagePullPolicy }}\n name: clinic\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.clinic.clinic.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.clinic.clinic.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"clinic.fullname\" . }}-clinic\n labels:\n {{- include \"clinic.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.clinic.type }}\n selector:\n app.kubernetes.io/instance: clinic\n app.kubernetes.io/name: qualify\n {{- include \"clinic.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.clinic.ports | toYaml | nindent 2 -}}" ]
clinic: clinic: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi disturbedSetbackInterpreter: warden furMuskrat: dashboard goatCassockYummy: snobbish perfumeThrive: flax popsicleHurdleUniformity: smell ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 shallotFuture: uniformity siloPalace: tremble thoughtful: teach type: ClusterIP kubernetesClusterDomain: cluster.local
rancher
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"rancher.fullname\" . }}-rancher\n labels:\n {{- include \"rancher.labels\" . | nindent 4 }}\ndata:\n CYCLOOXYGENASE_DADDY: {{ .Values.rancher.cyclooxygenaseDaddy | quote }}\n POKE_PANIC: {{ .Values.rancher.pokePanic | quote }}\n SERVER_INJUNCTION_GRANDMA: {{ .Values.rancher.serverInjunctionGrandma | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"rancher.fullname\" . }}-rancher\n labels:\n {{- include \"rancher.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: rancher\nspec:\n replicas: {{ .Values.rancher.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: rancher\n app.kubernetes.io/name: die\n {{- include \"rancher.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: rancher\n app.kubernetes.io/name: die\n {{- include \"rancher.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: ae4f8a26226383b841acd925868e01b56a41cb78b567aa25b2f8b9e5873c7b8c\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"rancher.fullname\" . }}-rancher\n image: {{ .Values.rancher.rancher.image.repository }}:{{ .Values.rancher.rancher.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.rancher.rancher.imagePullPolicy }}\n name: rancher\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.rancher.rancher.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.rancher.rancher.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"rancher.fullname\" . }}-rancher\n labels:\n {{- include \"rancher.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.rancher.type }}\n selector:\n app.kubernetes.io/instance: rancher\n app.kubernetes.io/name: die\n {{- include \"rancher.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.rancher.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local rancher: cyclooxygenaseDaddy: fawn pokePanic: arrogant ports: - name: http port: 80 protocol: TCP targetPort: http rancher: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi replicas: 1 serverInjunctionGrandma: kohlrabi type: ClusterIP
filter
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"filter.fullname\" . }}-filter\n labels:\n {{- include \"filter.labels\" . | nindent 4 }}\ndata:\n CRAVAT: {{ .Values.filter.cravat | quote }}\n GO-KART_LEG_KNOWING: {{ .Values.filter.goKartLegKnowing | quote }}\n IDEAL_PERPETUAL: {{ .Values.filter.idealPerpetual | quote }}\n MERIDIAN: {{ .Values.filter.meridian | quote }}\n OBSERVATION_SUGGESTION_COMPUTER: {{ .Values.filter.observationSuggestionComputer\n | quote }}\n SHAKEDOWN: {{ .Values.filter.shakedown | quote }}\n UNBIASED: {{ .Values.filter.unbiased | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"filter.fullname\" . }}-filter\n labels:\n {{- include \"filter.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: filter\nspec:\n replicas: {{ .Values.filter.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: filter\n app.kubernetes.io/name: sash\n {{- include \"filter.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: filter\n app.kubernetes.io/name: sash\n {{- include \"filter.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 27eb76037be473eabb6ef7afdef934ed209bff21ea8df27e4df99c4ed384fbfe\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"filter.fullname\" . }}-filter\n image: {{ .Values.filter.filter.image.repository }}:{{ .Values.filter.filter.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.filter.filter.imagePullPolicy }}\n name: filter\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.filter.filter.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.filter.filter.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"filter.fullname\" . }}-filter\n labels:\n {{- include \"filter.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.filter.type }}\n selector:\n app.kubernetes.io/instance: filter\n app.kubernetes.io/name: sash\n {{- include \"filter.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.filter.ports | toYaml | nindent 2 -}}" ]
filter: cravat: eyelash filter: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi goKartLegKnowing: album idealPerpetual: rehospitalization meridian: balalaika observationSuggestionComputer: frown ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 shakedown: espadrille type: ClusterIP unbiased: headrest kubernetesClusterDomain: cluster.local
linguistics
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"linguistics.fullname\" . }}-linguistics\n labels:\n {{- include \"linguistics.labels\" . | nindent 4 }}\ndata:\n ANTIQUE_WAITING_STARBOARD: {{ .Values.linguistics.antiqueWaitingStarboard | quote\n }}\n BARE: {{ .Values.linguistics.bare | quote }}\n CAKE_TRAILPATROL: {{ .Values.linguistics.cakeTrailpatrol | quote }}\n CHECKING_EVE_MIGRATION: {{ .Values.linguistics.checkingEveMigration | quote }}\n CONTRACT_EASY_SEND: {{ .Values.linguistics.contractEasySend | quote }}\n EMPLOYMENT: {{ .Values.linguistics.employment | quote }}\n HARPSICHORD_THINKING_FINAL: {{ .Values.linguistics.harpsichordThinkingFinal | quote\n }}\n HASTE_SHOFAR: {{ .Values.linguistics.hasteShofar | quote }}\n WATERSKIING_CAVIAR: {{ .Values.linguistics.waterskiingCaviar | quote }}\n WHISPER_GRAVEL: {{ .Values.linguistics.whisperGravel | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"linguistics.fullname\" . }}-linguistics\n labels:\n {{- include \"linguistics.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: linguistics\nspec:\n replicas: {{ .Values.linguistics.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: linguistics\n app.kubernetes.io/name: drunk\n {{- include \"linguistics.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: linguistics\n app.kubernetes.io/name: drunk\n {{- include \"linguistics.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 21b6277593041993ec10921460222cf907a882c443582e4fa26ddae8f812dfff\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"linguistics.fullname\" . }}-linguistics\n image: {{ .Values.linguistics.linguistics.image.repository }}:{{ .Values.linguistics.linguistics.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.linguistics.linguistics.imagePullPolicy }}\n name: linguistics\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.linguistics.linguistics.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.linguistics.linguistics.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"linguistics.fullname\" . }}-linguistics\n labels:\n {{- include \"linguistics.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.linguistics.type }}\n selector:\n app.kubernetes.io/instance: linguistics\n app.kubernetes.io/name: drunk\n {{- include \"linguistics.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.linguistics.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local linguistics: antiqueWaitingStarboard: ethnicity bare: coast cakeTrailpatrol: macaroon checkingEveMigration: briefing contractEasySend: behaviour employment: want harpsichordThinkingFinal: minority hasteShofar: dirty linguistics: 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 waterskiingCaviar: weasel whisperGravel: commitment
gradient
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"gradient.fullname\" . }}-gradient\n labels:\n {{- include \"gradient.labels\" . | nindent 4 }}\ndata:\n BOX_PEACH: {{ .Values.gradient.boxPeach | quote }}\n CHARITY_WATERFRONT: {{ .Values.gradient.charityWaterfront | quote }}\n DEPRESSIVE_RELISH_SCIENTIST: {{ .Values.gradient.depressiveRelishScientist | quote\n }}\n GIFT: {{ .Values.gradient.gift | quote }}\n MISREPRESENTATION: {{ .Values.gradient.misrepresentation | quote }}\n RAINCOAT_OPERATOR_STRIKE: {{ .Values.gradient.raincoatOperatorStrike | quote }}\n REMINDER: {{ .Values.gradient.reminder | quote }}\n ROMANTIC_CASEMENT_KIT: {{ .Values.gradient.romanticCasementKit | quote }}\n SAIL_BLUE: {{ .Values.gradient.sailBlue | quote }}\n SCENT_CHILI_LILY: {{ .Values.gradient.scentChiliLily | quote }}\n TUMBLE_PLACEBO: {{ .Values.gradient.tumblePlacebo | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"gradient.fullname\" . }}-gradient\n labels:\n {{- include \"gradient.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: gradient\nspec:\n replicas: {{ .Values.gradient.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: gradient\n app.kubernetes.io/name: process\n {{- include \"gradient.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: gradient\n app.kubernetes.io/name: process\n {{- include \"gradient.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 6b57ed16c39841d11983402c725c4c410ef886af2ed4f73b2a56cd169ca88ff0\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"gradient.fullname\" . }}-gradient\n image: {{ .Values.gradient.gradient.image.repository }}:{{ .Values.gradient.gradient.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.gradient.gradient.imagePullPolicy }}\n name: gradient\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.gradient.gradient.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.gradient.gradient.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"gradient.fullname\" . }}-gradient\n labels:\n {{- include \"gradient.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.gradient.type }}\n selector:\n app.kubernetes.io/instance: gradient\n app.kubernetes.io/name: process\n {{- include \"gradient.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.gradient.ports | toYaml | nindent 2 -}}" ]
gradient: boxPeach: spill charityWaterfront: biplane depressiveRelishScientist: needy gift: supernatural gradient: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi misrepresentation: associate ports: - name: http port: 80 protocol: TCP targetPort: http raincoatOperatorStrike: log reminder: therapist replicas: 1 romanticCasementKit: marketing sailBlue: armoire scentChiliLily: wetland tumblePlacebo: glockenspiel type: ClusterIP kubernetesClusterDomain: cluster.local
debate
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"debate.fullname\" . }}-debate\n labels:\n {{- include \"debate.labels\" . | nindent 4 }}\ndata:\n DIRTY: {{ .Values.debate.dirty | quote }}\n HELLISH_VAGRANT_LOT: {{ .Values.debate.hellishVagrantLot | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"debate.fullname\" . }}-debate\n labels:\n {{- include \"debate.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: debate\nspec:\n replicas: {{ .Values.debate.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: debate\n app.kubernetes.io/name: brassiere\n {{- include \"debate.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: debate\n app.kubernetes.io/name: brassiere\n {{- include \"debate.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 898fe56691ddc4fe42fb304773fa4924d54c1833ab9332b1f6169a52cf752c47\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"debate.fullname\" . }}-debate\n image: {{ .Values.debate.debate.image.repository }}:{{ .Values.debate.debate.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.debate.debate.imagePullPolicy }}\n name: debate\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.debate.debate.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.debate.debate.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"debate.fullname\" . }}-debate\n labels:\n {{- include \"debate.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.debate.type }}\n selector:\n app.kubernetes.io/instance: debate\n app.kubernetes.io/name: brassiere\n {{- include \"debate.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.debate.ports | toYaml | nindent 2 -}}" ]
debate: debate: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi dirty: double hellishVagrantLot: spruce ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 type: ClusterIP kubernetesClusterDomain: cluster.local
charge
[ "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"charge.fullname\" . }}-charge\n labels:\n {{- include \"charge.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: charge\nspec:\n replicas: {{ .Values.charge.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: charge\n app.kubernetes.io/name: peace\n {{- include \"charge.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: charge\n app.kubernetes.io/name: peace\n {{- include \"charge.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.charge.charge.image.repository }}:{{ .Values.charge.charge.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.charge.charge.imagePullPolicy }}\n name: charge\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.charge.charge.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.charge.charge.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"charge.fullname\" . }}-charge\n labels:\n {{- include \"charge.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.charge.type }}\n selector:\n app.kubernetes.io/instance: charge\n app.kubernetes.io/name: peace\n {{- include \"charge.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.charge.ports | toYaml | nindent 2 -}}" ]
charge: charge: 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
pheasant
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"pheasant.fullname\" . }}-pheasant\n labels:\n {{- include \"pheasant.labels\" . | nindent 4 }}\ndata:\n AUTHOR: {{ .Values.pheasant.author | quote }}\n ECHIDNA_SUICIDE: {{ .Values.pheasant.echidnaSuicide | quote }}\n ENDURE_DIRNDL: {{ .Values.pheasant.endureDirndl | quote }}\n PURPLE_EDITION: {{ .Values.pheasant.purpleEdition | quote }}\n RIDDLE: {{ .Values.pheasant.riddle | quote }}\n TRANSLATE_TENOR: {{ .Values.pheasant.translateTenor | quote }}\n TRIM: {{ .Values.pheasant.trim | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"pheasant.fullname\" . }}-pheasant\n labels:\n {{- include \"pheasant.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: pheasant\nspec:\n replicas: {{ .Values.pheasant.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: pheasant\n app.kubernetes.io/name: chem\n {{- include \"pheasant.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: pheasant\n app.kubernetes.io/name: chem\n {{- include \"pheasant.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: f3c2fcfb3dfdb5c2e96a9b38d0e2424139b729f249942dbf9089333325ce485c\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"pheasant.fullname\" . }}-pheasant\n image: {{ .Values.pheasant.pheasant.image.repository }}:{{ .Values.pheasant.pheasant.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.pheasant.pheasant.imagePullPolicy }}\n name: pheasant\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.pheasant.pheasant.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.pheasant.pheasant.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"pheasant.fullname\" . }}-pheasant\n labels:\n {{- include \"pheasant.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.pheasant.type }}\n selector:\n app.kubernetes.io/instance: pheasant\n app.kubernetes.io/name: chem\n {{- include \"pheasant.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.pheasant.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local pheasant: author: upgrade echidnaSuicide: injunction endureDirndl: profile pheasant: 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 purpleEdition: whelp replicas: 1 riddle: council translateTenor: prick trim: smooth type: ClusterIP
jagged
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"jagged.fullname\" . }}-jagged\n labels:\n {{- include \"jagged.labels\" . | nindent 4 }}\ndata:\n GERANIUM_PROTECTION: {{ .Values.jagged.geraniumProtection | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"jagged.fullname\" . }}-jagged\n labels:\n {{- include \"jagged.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: jagged\nspec:\n replicas: {{ .Values.jagged.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: jagged\n app.kubernetes.io/name: comic\n {{- include \"jagged.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: jagged\n app.kubernetes.io/name: comic\n {{- include \"jagged.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 3f8c7855e6ebc94baa660d017495059238961a169fa2f3a0325fa96f46a631e9\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"jagged.fullname\" . }}-jagged\n image: {{ .Values.jagged.jagged.image.repository }}:{{ .Values.jagged.jagged.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.jagged.jagged.imagePullPolicy }}\n name: jagged\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.jagged.jagged.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.jagged.jagged.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"jagged.fullname\" . }}-jagged\n labels:\n {{- include \"jagged.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.jagged.type }}\n selector:\n app.kubernetes.io/instance: jagged\n app.kubernetes.io/name: comic\n {{- include \"jagged.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.jagged.ports | toYaml | nindent 2 -}}" ]
jagged: geraniumProtection: sherry jagged: 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
piquant
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"piquant.fullname\" . }}-piquant\n labels:\n {{- include \"piquant.labels\" . | nindent 4 }}\ndata:\n FICTION_DAILY: {{ .Values.piquant.fictionDaily | quote }}\n MAMMOTH: {{ .Values.piquant.mammoth | quote }}\n MOAN: {{ .Values.piquant.moan | quote }}\n PROSECUTOR_INFLUX: {{ .Values.piquant.prosecutorInflux | quote }}\n SUSTAINMENT: {{ .Values.piquant.sustainment | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"piquant.fullname\" . }}-piquant\n labels:\n {{- include \"piquant.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: piquant\nspec:\n replicas: {{ .Values.piquant.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: piquant\n app.kubernetes.io/name: oleo\n {{- include \"piquant.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: piquant\n app.kubernetes.io/name: oleo\n {{- include \"piquant.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 16198acea50e86f28d6ff6e4223426ecabfe9833060fc2c17d53ca9452f9311e\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"piquant.fullname\" . }}-piquant\n image: {{ .Values.piquant.piquant.image.repository }}:{{ .Values.piquant.piquant.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.piquant.piquant.imagePullPolicy }}\n name: piquant\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.piquant.piquant.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.piquant.piquant.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"piquant.fullname\" . }}-piquant\n labels:\n {{- include \"piquant.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.piquant.type }}\n selector:\n app.kubernetes.io/instance: piquant\n app.kubernetes.io/name: oleo\n {{- include \"piquant.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.piquant.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local piquant: fictionDaily: mussel mammoth: tutu moan: amber piquant: 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 prosecutorInflux: building replicas: 1 sustainment: quiver type: ClusterIP
planula
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"planula.fullname\" . }}-planula\n labels:\n {{- include \"planula.labels\" . | nindent 4 }}\ndata:\n DUD_BUNCH_SQUIRREL: {{ .Values.planula.dudBunchSquirrel | quote }}\n HAVOC_MANIFESTATION: {{ .Values.planula.havocManifestation | quote }}\n TRAILER_FLOCK: {{ .Values.planula.trailerFlock | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"planula.fullname\" . }}-planula\n labels:\n {{- include \"planula.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: planula\nspec:\n replicas: {{ .Values.planula.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: planula\n app.kubernetes.io/name: tough\n {{- include \"planula.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: planula\n app.kubernetes.io/name: tough\n {{- include \"planula.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: d86a7b338247b94cf4290065b14ee5d6467a3b8a0734dbf17b8c13985fc2066e\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"planula.fullname\" . }}-planula\n image: {{ .Values.planula.planula.image.repository }}:{{ .Values.planula.planula.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.planula.planula.imagePullPolicy }}\n name: planula\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.planula.planula.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.planula.planula.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"planula.fullname\" . }}-planula\n labels:\n {{- include \"planula.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.planula.type }}\n selector:\n app.kubernetes.io/instance: planula\n app.kubernetes.io/name: tough\n {{- include \"planula.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.planula.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local planula: dudBunchSquirrel: bog havocManifestation: roasted planula: 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 trailerFlock: asparagus type: ClusterIP
whirlwind
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"whirlwind.fullname\" . }}-whirlwind\n labels:\n {{- include \"whirlwind.labels\" . | nindent 4 }}\ndata:\n FOREVER: {{ .Values.whirlwind.forever | quote }}\n INITIATE: {{ .Values.whirlwind.initiate | quote }}\n NEGLIGEE_BEGIN: {{ .Values.whirlwind.negligeeBegin | quote }}\n THERAPY: {{ .Values.whirlwind.therapy | quote }}\n WARN: {{ .Values.whirlwind.warn | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"whirlwind.fullname\" . }}-whirlwind\n labels:\n {{- include \"whirlwind.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: whirlwind\nspec:\n replicas: {{ .Values.whirlwind.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: whirlwind\n app.kubernetes.io/name: retouching\n {{- include \"whirlwind.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: whirlwind\n app.kubernetes.io/name: retouching\n {{- include \"whirlwind.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 578ed824ab4d42891bb039326955db8d5c9cafd28aa872146369ea45fbd440d3\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"whirlwind.fullname\" . }}-whirlwind\n image: {{ .Values.whirlwind.whirlwind.image.repository }}:{{ .Values.whirlwind.whirlwind.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.whirlwind.whirlwind.imagePullPolicy }}\n name: whirlwind\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.whirlwind.whirlwind.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.whirlwind.whirlwind.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"whirlwind.fullname\" . }}-whirlwind\n labels:\n {{- include \"whirlwind.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.whirlwind.type }}\n selector:\n app.kubernetes.io/instance: whirlwind\n app.kubernetes.io/name: retouching\n {{- include \"whirlwind.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.whirlwind.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local whirlwind: forever: ethyl initiate: deceive negligeeBegin: bidet ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 therapy: yesterday type: ClusterIP warn: tiresome whirlwind: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi
fireman
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"fireman.fullname\" . }}-fireman\n labels:\n {{- include \"fireman.labels\" . | nindent 4 }}\ndata:\n BOLT_RED_ASHTRAY: {{ .Values.fireman.boltRedAshtray | quote }}\n BULL-FIGHTER_PIER: {{ .Values.fireman.bullFighterPier | quote }}\n DEFENSE_TRANSLATE: {{ .Values.fireman.defenseTranslate | quote }}\n HABIT_GIRDLE: {{ .Values.fireman.habitGirdle | quote }}\n OAFISH_ESTUARY: {{ .Values.fireman.oafishEstuary | quote }}\n PODCAST_LOGO: {{ .Values.fireman.podcastLogo | quote }}\n SHAKE_ATOM_METAPHOR: {{ .Values.fireman.shakeAtomMetaphor | quote }}\n STAGE_TINY: {{ .Values.fireman.stageTiny | quote }}\n TEXT_MAYONNAISE_GARDEN: {{ .Values.fireman.textMayonnaiseGarden | quote }}\n WRAPPING_HEARING: {{ .Values.fireman.wrappingHearing | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"fireman.fullname\" . }}-fireman\n labels:\n {{- include \"fireman.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: fireman\nspec:\n replicas: {{ .Values.fireman.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: fireman\n app.kubernetes.io/name: fetch\n {{- include \"fireman.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: fireman\n app.kubernetes.io/name: fetch\n {{- include \"fireman.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: c22709c4c8e58f1fb3250dbc12120af051421ad0e8332a6c6ecaf8ee22ac1ce8\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"fireman.fullname\" . }}-fireman\n image: {{ .Values.fireman.fireman.image.repository }}:{{ .Values.fireman.fireman.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.fireman.fireman.imagePullPolicy }}\n name: fireman\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.fireman.fireman.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.fireman.fireman.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"fireman.fullname\" . }}-fireman\n labels:\n {{- include \"fireman.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.fireman.type }}\n selector:\n app.kubernetes.io/instance: fireman\n app.kubernetes.io/name: fetch\n {{- include \"fireman.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.fireman.ports | toYaml | nindent 2 -}}" ]
fireman: boltRedAshtray: surround bullFighterPier: hanger defenseTranslate: grandmother fireman: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi habitGirdle: error oafishEstuary: seep podcastLogo: obligation ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 shakeAtomMetaphor: turmeric stageTiny: beginning textMayonnaiseGarden: subset type: ClusterIP wrappingHearing: span kubernetesClusterDomain: cluster.local
mixture
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"mixture.fullname\" . }}-mixture\n labels:\n {{- include \"mixture.labels\" . | nindent 4 }}\ndata:\n DEMON: {{ .Values.mixture.demon | quote }}\n EMPIRE_ATTIC: {{ .Values.mixture.empireAttic | quote }}\n MERCURY: {{ .Values.mixture.mercury | quote }}\n NOSY_EUPHONIUM_ABORTION: {{ .Values.mixture.nosyEuphoniumAbortion | quote }}\n PROGRAMMING: {{ .Values.mixture.programming | quote }}\n SAXOPHONE_ZOOLOGIST_TOMATO: {{ .Values.mixture.saxophoneZoologistTomato | quote\n }}\n TEAM: {{ .Values.mixture.team | quote }}\n WAMPUM: {{ .Values.mixture.wampum | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"mixture.fullname\" . }}-mixture\n labels:\n {{- include \"mixture.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: mixture\nspec:\n replicas: {{ .Values.mixture.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: mixture\n app.kubernetes.io/name: SUV\n {{- include \"mixture.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: mixture\n app.kubernetes.io/name: SUV\n {{- include \"mixture.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 32e76305e403dfd9608a0858ddfa384a89ed8b88d7c934163e9d0bb694979328\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"mixture.fullname\" . }}-mixture\n image: {{ .Values.mixture.mixture.image.repository }}:{{ .Values.mixture.mixture.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.mixture.mixture.imagePullPolicy }}\n name: mixture\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.mixture.mixture.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.mixture.mixture.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"mixture.fullname\" . }}-mixture\n labels:\n {{- include \"mixture.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.mixture.type }}\n selector:\n app.kubernetes.io/instance: mixture\n app.kubernetes.io/name: SUV\n {{- include \"mixture.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.mixture.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local mixture: demon: anguish empireAttic: antechamber mercury: fang mixture: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi nosyEuphoniumAbortion: dividend ports: - name: http port: 80 protocol: TCP targetPort: http programming: journalism replicas: 1 saxophoneZoologistTomato: orator team: investor type: ClusterIP wampum: clergyman
buckle
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"buckle.fullname\" . }}-buckle\n labels:\n {{- include \"buckle.labels\" . | nindent 4 }}\ndata:\n CIRCUMFERENCE: {{ .Values.buckle.circumference | quote }}\n DRAMATIZE_POLYESTER_OPHTHALMOLOGIST: {{ .Values.buckle.dramatizePolyesterOphthalmologist\n | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"buckle.fullname\" . }}-buckle\n labels:\n {{- include \"buckle.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: buckle\nspec:\n replicas: {{ .Values.buckle.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: buckle\n app.kubernetes.io/name: waterbed\n {{- include \"buckle.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: buckle\n app.kubernetes.io/name: waterbed\n {{- include \"buckle.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 15d91e53a2fe822c291175a43428bbe5fe8a35a70dabbf7c0dc3a34c0e3f126d\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"buckle.fullname\" . }}-buckle\n image: {{ .Values.buckle.buckle.image.repository }}:{{ .Values.buckle.buckle.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.buckle.buckle.imagePullPolicy }}\n name: buckle\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.buckle.buckle.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.buckle.buckle.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"buckle.fullname\" . }}-buckle\n labels:\n {{- include \"buckle.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.buckle.type }}\n selector:\n app.kubernetes.io/instance: buckle\n app.kubernetes.io/name: waterbed\n {{- include \"buckle.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.buckle.ports | toYaml | nindent 2 -}}" ]
buckle: buckle: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi circumference: mattock dramatizePolyesterOphthalmologist: chaplain ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 type: ClusterIP kubernetesClusterDomain: cluster.local
wasabi
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"wasabi.fullname\" . }}-wasabi\n labels:\n {{- include \"wasabi.labels\" . | nindent 4 }}\ndata:\n BLACKBIRD: {{ .Values.wasabi.blackbird | quote }}\n BLACKFISH: {{ .Values.wasabi.blackfish | quote }}\n EXTERIOR_EPIC: {{ .Values.wasabi.exteriorEpic | quote }}\n LISTEN: {{ .Values.wasabi.listen | quote }}\n SAND_COOPERATIVE_SNOWMOBILING: {{ .Values.wasabi.sandCooperativeSnowmobiling |\n quote }}\n SOMEPLACE_FUND: {{ .Values.wasabi.someplaceFund | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"wasabi.fullname\" . }}-wasabi\n labels:\n {{- include \"wasabi.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: wasabi\nspec:\n replicas: {{ .Values.wasabi.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: wasabi\n app.kubernetes.io/name: hound\n {{- include \"wasabi.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: wasabi\n app.kubernetes.io/name: hound\n {{- include \"wasabi.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: c4e3a0007fc749920543d7bd48f83564f61989289738310f5068afeefcbc4484\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"wasabi.fullname\" . }}-wasabi\n image: {{ .Values.wasabi.wasabi.image.repository }}:{{ .Values.wasabi.wasabi.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.wasabi.wasabi.imagePullPolicy }}\n name: wasabi\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.wasabi.wasabi.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.wasabi.wasabi.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"wasabi.fullname\" . }}-wasabi\n labels:\n {{- include \"wasabi.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.wasabi.type }}\n selector:\n app.kubernetes.io/instance: wasabi\n app.kubernetes.io/name: hound\n {{- include \"wasabi.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.wasabi.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local wasabi: blackbird: room blackfish: tease exteriorEpic: absurd listen: unsightly ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 sandCooperativeSnowmobiling: salad someplaceFund: rudiment type: ClusterIP wasabi: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi
tambourine
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"tambourine.fullname\" . }}-tambourine\n labels:\n {{- include \"tambourine.labels\" . | nindent 4 }}\ndata:\n LIMITATION: {{ .Values.tambourine.limitation | quote }}\n PLEAT: {{ .Values.tambourine.pleat | quote }}\n WRENCH: {{ .Values.tambourine.wrench | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"tambourine.fullname\" . }}-tambourine\n labels:\n {{- include \"tambourine.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: tambourine\nspec:\n replicas: {{ .Values.tambourine.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: tambourine\n app.kubernetes.io/name: macabre\n {{- include \"tambourine.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: tambourine\n app.kubernetes.io/name: macabre\n {{- include \"tambourine.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: e5bbbc3292d5d4e22fb517896275130bd7b92abc8c8add7edb2e9e9880e0f7c8\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"tambourine.fullname\" . }}-tambourine\n image: {{ .Values.tambourine.tambourine.image.repository }}:{{ .Values.tambourine.tambourine.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.tambourine.tambourine.imagePullPolicy }}\n name: tambourine\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.tambourine.tambourine.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.tambourine.tambourine.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"tambourine.fullname\" . }}-tambourine\n labels:\n {{- include \"tambourine.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.tambourine.type }}\n selector:\n app.kubernetes.io/instance: tambourine\n app.kubernetes.io/name: macabre\n {{- include \"tambourine.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.tambourine.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local tambourine: limitation: fashion pleat: lackadaisical ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 tambourine: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi type: ClusterIP wrench: cough
rib
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"rib.fullname\" . }}-rib\n labels:\n {{- include \"rib.labels\" . | nindent 4 }}\ndata:\n CHAIRMAN_CERAMICS_NEWSPRINT: {{ .Values.rib.chairmanCeramicsNewsprint | quote }}\n DECISION-MAKING_SHOELACE_CLUTCH: {{ .Values.rib.decisionMakingShoelaceClutch |\n quote }}\n INSURANCE: {{ .Values.rib.insurance | quote }}\n MINIBUS_VEIN: {{ .Values.rib.minibusVein | quote }}\n PEASANT_BACKPACK: {{ .Values.rib.peasantBackpack | quote }}\n RECEIVER_PROBATION_GASTROPOD: {{ .Values.rib.receiverProbationGastropod | quote\n }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"rib.fullname\" . }}-rib\n labels:\n {{- include \"rib.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: rib\nspec:\n replicas: {{ .Values.rib.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: rib\n app.kubernetes.io/name: deadline\n {{- include \"rib.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: rib\n app.kubernetes.io/name: deadline\n {{- include \"rib.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 2ccb3e1a9f9777cf9157270ba0d57bc0a61c6825b98d4a6fadffba9239de1c53\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"rib.fullname\" . }}-rib\n image: {{ .Values.rib.rib.image.repository }}:{{ .Values.rib.rib.image.tag | default\n .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.rib.rib.imagePullPolicy }}\n name: rib\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.rib.rib.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.rib.rib.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"rib.fullname\" . }}-rib\n labels:\n {{- include \"rib.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.rib.type }}\n selector:\n app.kubernetes.io/instance: rib\n app.kubernetes.io/name: deadline\n {{- include \"rib.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.rib.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local rib: chairmanCeramicsNewsprint: point decisionMakingShoelaceClutch: mouth insurance: past minibusVein: ad hoc peasantBackpack: grandmom ports: - name: http port: 80 protocol: TCP targetPort: http receiverProbationGastropod: seeker replicas: 1 rib: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi type: ClusterIP
mukluk
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"mukluk.fullname\" . }}-mukluk\n labels:\n {{- include \"mukluk.labels\" . | nindent 4 }}\ndata:\n CURLY_SHEARLING: {{ .Values.mukluk.curlyShearling | quote }}\n INVESTOR_MASS_RUBBER: {{ .Values.mukluk.investorMassRubber | quote }}\n LYCHEE: {{ .Values.mukluk.lychee | quote }}\n MURDER: {{ .Values.mukluk.murder | quote }}\n MURDER_EAGLE: {{ .Values.mukluk.murderEagle | quote }}\n OVERWROUGHT_DOGWOOD_EXTERNAL: {{ .Values.mukluk.overwroughtDogwoodExternal | quote\n }}\n PERIODIC: {{ .Values.mukluk.periodic | quote }}\n PORCELAIN_TAMALE: {{ .Values.mukluk.porcelainTamale | quote }}\n REVIVAL_EXCELLENT: {{ .Values.mukluk.revivalExcellent | quote }}\n RULE_YEAST: {{ .Values.mukluk.ruleYeast | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"mukluk.fullname\" . }}-mukluk\n labels:\n {{- include \"mukluk.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: mukluk\nspec:\n replicas: {{ .Values.mukluk.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: mukluk\n app.kubernetes.io/name: interconnection\n {{- include \"mukluk.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: mukluk\n app.kubernetes.io/name: interconnection\n {{- include \"mukluk.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: b5b60285bb16fa39171bd7d8fc305e9e9f54bac16e22fc6d733d767c05bd6c7b\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"mukluk.fullname\" . }}-mukluk\n image: {{ .Values.mukluk.mukluk.image.repository }}:{{ .Values.mukluk.mukluk.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.mukluk.mukluk.imagePullPolicy }}\n name: mukluk\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.mukluk.mukluk.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.mukluk.mukluk.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"mukluk.fullname\" . }}-mukluk\n labels:\n {{- include \"mukluk.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.mukluk.type }}\n selector:\n app.kubernetes.io/instance: mukluk\n app.kubernetes.io/name: interconnection\n {{- include \"mukluk.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.mukluk.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local mukluk: curlyShearling: almond investorMassRubber: festival lychee: recall mukluk: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi murder: ford murderEagle: cookbook overwroughtDogwoodExternal: sister periodic: aside porcelainTamale: carol ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 revivalExcellent: shoestring ruleYeast: feature type: ClusterIP
neighborhood
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"neighborhood.fullname\" . }}-neighborhood\n labels:\n {{- include \"neighborhood.labels\" . | nindent 4 }}\ndata:\n AIRBAG_PEPPERONI: {{ .Values.neighborhood.airbagPepperoni | quote }}\n BOBCAT_ELVER: {{ .Values.neighborhood.bobcatElver | quote }}\n CASH_REDUCTION: {{ .Values.neighborhood.cashReduction | quote }}\n CITIZENSHIP: {{ .Values.neighborhood.citizenship | quote }}\n COUGH_UNIVERSITY: {{ .Values.neighborhood.coughUniversity | quote }}\n HASSOCK: {{ .Values.neighborhood.hassock | quote }}\n HIPPODROME_BANKRUPTCY: {{ .Values.neighborhood.hippodromeBankruptcy | quote }}\n LIVER: {{ .Values.neighborhood.liver | quote }}\n PITCHER_UNITY_PHILOSOPHER: {{ .Values.neighborhood.pitcherUnityPhilosopher | quote\n }}\n SOFTBALL_INTERJECT_HANDMAIDEN: {{ .Values.neighborhood.softballInterjectHandmaiden\n | quote }}\n SQUID_EGGNOG_WEEKEND: {{ .Values.neighborhood.squidEggnogWeekend | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"neighborhood.fullname\" . }}-neighborhood\n labels:\n {{- include \"neighborhood.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: neighborhood\nspec:\n replicas: {{ .Values.neighborhood.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: neighborhood\n app.kubernetes.io/name: shake\n {{- include \"neighborhood.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: neighborhood\n app.kubernetes.io/name: shake\n {{- include \"neighborhood.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: e3a899cb727cd60d5ae5c3c30299d42484500d122969d16cf4a62d0f5fb69300\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"neighborhood.fullname\" . }}-neighborhood\n image: {{ .Values.neighborhood.neighborhood.image.repository }}:{{ .Values.neighborhood.neighborhood.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.neighborhood.neighborhood.imagePullPolicy }}\n name: neighborhood\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.neighborhood.neighborhood.resources | nindent 10\n }}\n securityContext: {{- toYaml .Values.neighborhood.neighborhood.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"neighborhood.fullname\" . }}-neighborhood\n labels:\n {{- include \"neighborhood.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.neighborhood.type }}\n selector:\n app.kubernetes.io/instance: neighborhood\n app.kubernetes.io/name: shake\n {{- include \"neighborhood.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.neighborhood.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local neighborhood: airbagPepperoni: cowardly bobcatElver: slash cashReduction: hallowed citizenship: divider coughUniversity: calculate hassock: accomplishment hippodromeBankruptcy: numeracy liver: camera neighborhood: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi pitcherUnityPhilosopher: electrocardiogram ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 softballInterjectHandmaiden: diagram squidEggnogWeekend: waveform type: ClusterIP
waveform
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"waveform.fullname\" . }}-waveform\n labels:\n {{- include \"waveform.labels\" . | nindent 4 }}\ndata:\n ABSTRACTED_PRESIDENCY_NOON: {{ .Values.waveform.abstractedPresidencyNoon | quote\n }}\n ASTERISK_BAYOU_SNUG: {{ .Values.waveform.asteriskBayouSnug | quote }}\n CHASSIS_ANYWHERE: {{ .Values.waveform.chassisAnywhere | quote }}\n IMPROVEMENT_HANDOVER: {{ .Values.waveform.improvementHandover | quote }}\n READ_ARM-REST: {{ .Values.waveform.readArmRest | quote }}\n SEED: {{ .Values.waveform.seed | quote }}\n TECHNIQUE_RAZOR: {{ .Values.waveform.techniqueRazor | quote }}\n TRAM_FROSTING_TRAVELER: {{ .Values.waveform.tramFrostingTraveler | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"waveform.fullname\" . }}-waveform\n labels:\n {{- include \"waveform.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: waveform\nspec:\n replicas: {{ .Values.waveform.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: waveform\n app.kubernetes.io/name: associate\n {{- include \"waveform.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: waveform\n app.kubernetes.io/name: associate\n {{- include \"waveform.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: b075ae6f22e3d830e0bc66d7fde4a4857c1c40a8bd4dc64c72e1ec8af669eb93\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"waveform.fullname\" . }}-waveform\n image: {{ .Values.waveform.waveform.image.repository }}:{{ .Values.waveform.waveform.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.waveform.waveform.imagePullPolicy }}\n name: waveform\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.waveform.waveform.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.waveform.waveform.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"waveform.fullname\" . }}-waveform\n labels:\n {{- include \"waveform.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.waveform.type }}\n selector:\n app.kubernetes.io/instance: waveform\n app.kubernetes.io/name: associate\n {{- include \"waveform.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.waveform.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local waveform: abstractedPresidencyNoon: psychology asteriskBayouSnug: phenotype chassisAnywhere: tugboat improvementHandover: naive ports: - name: http port: 80 protocol: TCP targetPort: http readArmRest: jump replicas: 1 seed: webpage techniqueRazor: ex-husband tramFrostingTraveler: major-league type: ClusterIP waveform: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi
karate
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"karate.fullname\" . }}-karate\n labels:\n {{- include \"karate.labels\" . | nindent 4 }}\ndata:\n PUPPY_MELODY_CHAIRPERSON: {{ .Values.karate.puppyMelodyChairperson | quote }}\n SALOON_MOW_STEP-DAUGHTER: {{ .Values.karate.saloonMowStepDaughter | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"karate.fullname\" . }}-karate\n labels:\n {{- include \"karate.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: karate\nspec:\n replicas: {{ .Values.karate.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: karate\n app.kubernetes.io/name: hour\n {{- include \"karate.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: karate\n app.kubernetes.io/name: hour\n {{- include \"karate.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: cc85fbee54e7c17d8ec392e2704b33fac0974bd12a44ca5662ff72375d286881\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"karate.fullname\" . }}-karate\n image: {{ .Values.karate.karate.image.repository }}:{{ .Values.karate.karate.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.karate.karate.imagePullPolicy }}\n name: karate\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.karate.karate.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.karate.karate.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"karate.fullname\" . }}-karate\n labels:\n {{- include \"karate.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.karate.type }}\n selector:\n app.kubernetes.io/instance: karate\n app.kubernetes.io/name: hour\n {{- include \"karate.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.karate.ports | toYaml | nindent 2 -}}" ]
karate: karate: 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 puppyMelodyChairperson: gosling replicas: 1 saloonMowStepDaughter: relax type: ClusterIP kubernetesClusterDomain: cluster.local
output
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"output.fullname\" . }}-output\n labels:\n {{- include \"output.labels\" . | nindent 4 }}\ndata:\n DEDUCTION_CUSTODY: {{ .Values.output.deductionCustody | quote }}\n FURNITURE_STRAW_VISITOR: {{ .Values.output.furnitureStrawVisitor | quote }}\n GENTLEMAN: {{ .Values.output.gentleman | quote }}\n GYMNASTICS_ROMAINE: {{ .Values.output.gymnasticsRomaine | quote }}\n RANCH_ASK_HAVOC: {{ .Values.output.ranchAskHavoc | quote }}\n REMINISCENT_RECOGNIZE: {{ .Values.output.reminiscentRecognize | quote }}\n SUPERIORITY: {{ .Values.output.superiority | quote }}\n VIBRISSAE_SNATCH_SCRAMBLED: {{ .Values.output.vibrissaeSnatchScrambled | quote\n }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"output.fullname\" . }}-output\n labels:\n {{- include \"output.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: output\nspec:\n replicas: {{ .Values.output.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: output\n app.kubernetes.io/name: princess\n {{- include \"output.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: output\n app.kubernetes.io/name: princess\n {{- include \"output.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 34898f552b9d06be463f75cb5052c32d84f64f6c93960dde880c2fd5775fca1a\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"output.fullname\" . }}-output\n image: {{ .Values.output.output.image.repository }}:{{ .Values.output.output.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.output.output.imagePullPolicy }}\n name: output\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.output.output.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.output.output.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"output.fullname\" . }}-output\n labels:\n {{- include \"output.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.output.type }}\n selector:\n app.kubernetes.io/instance: output\n app.kubernetes.io/name: princess\n {{- include \"output.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.output.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local output: deductionCustody: rib furnitureStrawVisitor: rake gentleman: scholar gymnasticsRomaine: noodle output: 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 ranchAskHavoc: citron reminiscentRecognize: trophy replicas: 1 superiority: resolve type: ClusterIP vibrissaeSnatchScrambled: diaper
leg
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"leg.fullname\" . }}-leg\n labels:\n {{- include \"leg.labels\" . | nindent 4 }}\ndata:\n POLITICS: {{ .Values.leg.politics | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"leg.fullname\" . }}-leg\n labels:\n {{- include \"leg.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: leg\nspec:\n replicas: {{ .Values.leg.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: leg\n app.kubernetes.io/name: interface\n {{- include \"leg.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: leg\n app.kubernetes.io/name: interface\n {{- include \"leg.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 0c6d0a1c772494472856cfafa3666d5cbf2dd951e25170a08ec68e77781875a1\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"leg.fullname\" . }}-leg\n image: {{ .Values.leg.leg.image.repository }}:{{ .Values.leg.leg.image.tag | default\n .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.leg.leg.imagePullPolicy }}\n name: leg\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.leg.leg.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.leg.leg.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"leg.fullname\" . }}-leg\n labels:\n {{- include \"leg.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.leg.type }}\n selector:\n app.kubernetes.io/instance: leg\n app.kubernetes.io/name: interface\n {{- include \"leg.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.leg.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local leg: leg: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi politics: photograph ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 type: ClusterIP
venti
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"venti.fullname\" . }}-venti\n labels:\n {{- include \"venti.labels\" . | nindent 4 }}\ndata:\n ACCELERATE_FRINGE_CREWMEMBER: {{ .Values.venti.accelerateFringeCrewmember | quote\n }}\n ALLEGED: {{ .Values.venti.alleged | quote }}\n BEARD_PARCHMENT: {{ .Values.venti.beardParchment | quote }}\n CAMPUS: {{ .Values.venti.campus | quote }}\n CARTILAGE_BOULDER_THIRST: {{ .Values.venti.cartilageBoulderThirst | quote }}\n CONGRESS_SUSPECT_TIGHTS: {{ .Values.venti.congressSuspectTights | quote }}\n HAIRCUT_FRUIT: {{ .Values.venti.haircutFruit | quote }}\n HEAVY_LAUNDRY_CHESS: {{ .Values.venti.heavyLaundryChess | quote }}\n LAY_FOREGOING_STATUE: {{ .Values.venti.layForegoingStatue | quote }}\n PRINCIPLE_CUSTOM_ASSIGNMENT: {{ .Values.venti.principleCustomAssignment | quote\n }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"venti.fullname\" . }}-venti\n labels:\n {{- include \"venti.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: venti\nspec:\n replicas: {{ .Values.venti.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: venti\n app.kubernetes.io/name: hexagon\n {{- include \"venti.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: venti\n app.kubernetes.io/name: hexagon\n {{- include \"venti.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: a6e789d9cce5e5c297b0d66a4e429bd8e3c312177d14a48dfe0cc3b369b39799\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"venti.fullname\" . }}-venti\n image: {{ .Values.venti.venti.image.repository }}:{{ .Values.venti.venti.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.venti.venti.imagePullPolicy }}\n name: venti\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.venti.venti.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.venti.venti.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"venti.fullname\" . }}-venti\n labels:\n {{- include \"venti.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.venti.type }}\n selector:\n app.kubernetes.io/instance: venti\n app.kubernetes.io/name: hexagon\n {{- include \"venti.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.venti.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local venti: accelerateFringeCrewmember: nothing alleged: hatchling beardParchment: painter campus: congressperson cartilageBoulderThirst: vaccine congressSuspectTights: center haircutFruit: scalp heavyLaundryChess: significance layForegoingStatue: armrest ports: - name: http port: 80 protocol: TCP targetPort: http principleCustomAssignment: stopsign replicas: 1 type: ClusterIP venti: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi
redirect
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"redirect.fullname\" . }}-redirect\n labels:\n {{- include \"redirect.labels\" . | nindent 4 }}\ndata:\n COMMANDER_DANDELION_LIMESTONE: {{ .Values.redirect.commanderDandelionLimestone\n | quote }}\n CREME BRULEE_BARBECUE: {{ .Values.redirect.cremeBruleeBarbecue | quote }}\n ELIGIBILITY_GENERATE: {{ .Values.redirect.eligibilityGenerate | quote }}\n MARIACHI_ECHIDNA: {{ .Values.redirect.mariachiEchidna | quote }}\n MOAI: {{ .Values.redirect.moai | quote }}\n PRESS_HEADQUARTERS_MILKSHAKE: {{ .Values.redirect.pressHeadquartersMilkshake |\n quote }}\n SAINT_DEEP: {{ .Values.redirect.saintDeep | quote }}\n SMELTING_COUNCILPERSON: {{ .Values.redirect.smeltingCouncilperson | quote }}\n STRAIGHT: {{ .Values.redirect.straight | quote }}\n TUB_WINDOW: {{ .Values.redirect.tubWindow | quote }}\n VICTORY_OUTRIGGER_TAIL: {{ .Values.redirect.victoryOutriggerTail | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"redirect.fullname\" . }}-redirect\n labels:\n {{- include \"redirect.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: redirect\nspec:\n replicas: {{ .Values.redirect.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: redirect\n app.kubernetes.io/name: stance\n {{- include \"redirect.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: redirect\n app.kubernetes.io/name: stance\n {{- include \"redirect.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 310d2e30e44565501db06bbcc3c874306446cbf081f7e855d9911b3bbb2d91c7\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"redirect.fullname\" . }}-redirect\n image: {{ .Values.redirect.redirect.image.repository }}:{{ .Values.redirect.redirect.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.redirect.redirect.imagePullPolicy }}\n name: redirect\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.redirect.redirect.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.redirect.redirect.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"redirect.fullname\" . }}-redirect\n labels:\n {{- include \"redirect.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.redirect.type }}\n selector:\n app.kubernetes.io/instance: redirect\n app.kubernetes.io/name: stance\n {{- include \"redirect.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.redirect.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local redirect: commanderDandelionLimestone: fiber cremeBruleeBarbecue: bran eligibilityGenerate: historical mariachiEchidna: gasket moai: pacemaker ports: - name: http port: 80 protocol: TCP targetPort: http pressHeadquartersMilkshake: velodrome redirect: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi replicas: 1 saintDeep: deposition smeltingCouncilperson: stucco straight: coupon tubWindow: harpsichord type: ClusterIP victoryOutriggerTail: handwrite
sleep
[ "# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"sleep.fullname\" . }}-sleep\n labels:\n {{- include \"sleep.labels\" . | nindent 4 }}\ndata:\n ORCHARD_TABLET: {{ .Values.sleep.orchardTablet | quote }}", "# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"sleep.fullname\" . }}-sleep\n labels:\n {{- include \"sleep.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: sleep\nspec:\n replicas: {{ .Values.sleep.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: sleep\n app.kubernetes.io/name: nursing\n {{- include \"sleep.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: sleep\n app.kubernetes.io/name: nursing\n {{- include \"sleep.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: d3eec708fe94af167fc00cc8bab850b14abe671846d495027eb49daca52eede7\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"sleep.fullname\" . }}-sleep\n image: {{ .Values.sleep.sleep.image.repository }}:{{ .Values.sleep.sleep.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.sleep.sleep.imagePullPolicy }}\n name: sleep\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.sleep.sleep.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.sleep.sleep.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999", "# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"sleep.fullname\" . }}-sleep\n labels:\n {{- include \"sleep.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.sleep.type }}\n selector:\n app.kubernetes.io/instance: sleep\n app.kubernetes.io/name: nursing\n {{- include \"sleep.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.sleep.ports | toYaml | nindent 2 -}}" ]
kubernetesClusterDomain: cluster.local sleep: orchardTablet: guarantee ports: - name: http port: 80 protocol: TCP targetPort: http replicas: 1 sleep: containerSecurityContext: {} image: repository: nginx tag: latest imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 200Mi requests: cpu: 200m memory: 200Mi type: ClusterIP