chart_name
stringlengths 3
17
| templates
sequence | values
stringlengths 406
755
|
---|---|---|
numeric | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"numeric.fullname\" . }}-numeric\n labels:\n {{- include \"numeric.labels\" . | nindent 4 }}\ndata:\n ARMADILLO: {{ .Values.numeric.armadillo | quote }}\n JUMPY_DIVERT: {{ .Values.numeric.jumpyDivert | quote }}\n USER_BARBER: {{ .Values.numeric.userBarber | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"numeric.fullname\" . }}-numeric\n labels:\n {{- include \"numeric.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: numeric\nspec:\n replicas: {{ .Values.numeric.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: numeric\n app.kubernetes.io/name: people\n {{- include \"numeric.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: numeric\n app.kubernetes.io/name: people\n {{- include \"numeric.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 238a3cacaca01fc20e711aedf0b280ca1fe077de24c4ea7679090752dc8c6c2e\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"numeric.fullname\" . }}-numeric\n image: {{ .Values.numeric.numeric.image.repository }}:{{ .Values.numeric.numeric.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.numeric.numeric.imagePullPolicy }}\n name: numeric\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.numeric.numeric.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.numeric.numeric.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"numeric.fullname\" . }}-numeric\n labels:\n {{- include \"numeric.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.numeric.type }}\n selector:\n app.kubernetes.io/instance: numeric\n app.kubernetes.io/name: people\n {{- include \"numeric.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.numeric.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
numeric:
armadillo: scandalous
jumpyDivert: pier
numeric:
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
userBarber: healthy
|
parched | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"parched.fullname\" . }}-parched\n labels:\n {{- include \"parched.labels\" . | nindent 4 }}\ndata:\n FRACTION: {{ .Values.parched.fraction | quote }}\n HOPE: {{ .Values.parched.hope | quote }}\n SCENARIO_PANTRY: {{ .Values.parched.scenarioPantry | quote }}\n SIGNAL_CONFUSE: {{ .Values.parched.signalConfuse | quote }}\n SKELETON_RIBBON_REFUND: {{ .Values.parched.skeletonRibbonRefund | quote }}\n YELLOW_BACON_ZONKED: {{ .Values.parched.yellowBaconZonked | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"parched.fullname\" . }}-parched\n labels:\n {{- include \"parched.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: parched\nspec:\n replicas: {{ .Values.parched.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: parched\n app.kubernetes.io/name: willing\n {{- include \"parched.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: parched\n app.kubernetes.io/name: willing\n {{- include \"parched.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 9c56142f44d0a23bc31bfdd512f1387123993e3801f36f2968631d185481061a\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"parched.fullname\" . }}-parched\n image: {{ .Values.parched.parched.image.repository }}:{{ .Values.parched.parched.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.parched.parched.imagePullPolicy }}\n name: parched\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.parched.parched.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.parched.parched.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"parched.fullname\" . }}-parched\n labels:\n {{- include \"parched.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.parched.type }}\n selector:\n app.kubernetes.io/instance: parched\n app.kubernetes.io/name: willing\n {{- include \"parched.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.parched.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
parched:
fraction: surgeon
hope: intestine
parched:
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
scenarioPantry: glasses
signalConfuse: cave
skeletonRibbonRefund: digging
type: ClusterIP
yellowBaconZonked: torso
|
ratty | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"ratty.fullname\" . }}-ratty\n labels:\n {{- include \"ratty.labels\" . | nindent 4 }}\ndata:\n COMBINE: {{ .Values.ratty.combine | quote }}\n CONCEPTION: {{ .Values.ratty.conception | quote }}\n DEVELOPER_AUTUMN: {{ .Values.ratty.developerAutumn | quote }}\n EVAPORATION_COMPLICITY: {{ .Values.ratty.evaporationComplicity | quote }}\n FILLY_TRANSPARENCY: {{ .Values.ratty.fillyTransparency | quote }}\n INSURGENCE_TECHNIQUE: {{ .Values.ratty.insurgenceTechnique | quote }}\n ORATOR: {{ .Values.ratty.orator | quote }}\n PAVEMENT_INCENSE: {{ .Values.ratty.pavementIncense | quote }}\n REDUCTION_ANTICIPATE: {{ .Values.ratty.reductionAnticipate | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"ratty.fullname\" . }}-ratty\n labels:\n {{- include \"ratty.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: ratty\nspec:\n replicas: {{ .Values.ratty.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: ratty\n app.kubernetes.io/name: advocacy\n {{- include \"ratty.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: ratty\n app.kubernetes.io/name: advocacy\n {{- include \"ratty.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: e63048ca5504db74366b6039da5f0e2291116571c4ad74078e51b59802f47fc0\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"ratty.fullname\" . }}-ratty\n image: {{ .Values.ratty.ratty.image.repository }}:{{ .Values.ratty.ratty.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.ratty.ratty.imagePullPolicy }}\n name: ratty\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.ratty.ratty.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.ratty.ratty.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"ratty.fullname\" . }}-ratty\n labels:\n {{- include \"ratty.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.ratty.type }}\n selector:\n app.kubernetes.io/instance: ratty\n app.kubernetes.io/name: advocacy\n {{- include \"ratty.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.ratty.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
ratty:
combine: chap
conception: liver
developerAutumn: someone
evaporationComplicity: stripe
fillyTransparency: jerk
insurgenceTechnique: fritter
orator: ashtray
pavementIncense: drive
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
ratty:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
reductionAnticipate: needless
replicas: 1
type: ClusterIP
|
ceramic | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"ceramic.fullname\" . }}-ceramic\n labels:\n {{- include \"ceramic.labels\" . | nindent 4 }}\ndata:\n ANTENNAE_BOTTOM-LINE_HUSHED: {{ .Values.ceramic.antennaeBottomLineHushed | quote\n }}\n CRANBERRY_INCONVENIENCE_FAVOR: {{ .Values.ceramic.cranberryInconvenienceFavor |\n quote }}\n MUSHROOM_MACADAMIA_CAPABILITY: {{ .Values.ceramic.mushroomMacadamiaCapability |\n quote }}\n OVERTAKE: {{ .Values.ceramic.overtake | quote }}\n RATEPAYER: {{ .Values.ceramic.ratepayer | quote }}\n TOASTER_OBNOXIOUS_GREASY: {{ .Values.ceramic.toasterObnoxiousGreasy | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"ceramic.fullname\" . }}-ceramic\n labels:\n {{- include \"ceramic.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: ceramic\nspec:\n replicas: {{ .Values.ceramic.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: ceramic\n app.kubernetes.io/name: bitten\n {{- include \"ceramic.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: ceramic\n app.kubernetes.io/name: bitten\n {{- include \"ceramic.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 9934795d1d899a1e72438fd8ca71faf67487a537937af0d1fe2ca721392512e2\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"ceramic.fullname\" . }}-ceramic\n image: {{ .Values.ceramic.ceramic.image.repository }}:{{ .Values.ceramic.ceramic.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.ceramic.ceramic.imagePullPolicy }}\n name: ceramic\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.ceramic.ceramic.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.ceramic.ceramic.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"ceramic.fullname\" . }}-ceramic\n labels:\n {{- include \"ceramic.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.ceramic.type }}\n selector:\n app.kubernetes.io/instance: ceramic\n app.kubernetes.io/name: bitten\n {{- include \"ceramic.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.ceramic.ports | toYaml | nindent 2 -}}"
] | ceramic:
antennaeBottomLineHushed: kneejerk
ceramic:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
cranberryInconvenienceFavor: gator
mushroomMacadamiaCapability: boxer
overtake: kohlrabi
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
ratepayer: nightclub
replicas: 1
toasterObnoxiousGreasy: flute
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
inflation | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"inflation.fullname\" . }}-inflation\n labels:\n {{- include \"inflation.labels\" . | nindent 4 }}\ndata:\n ESSENCE_SOOTHSAY: {{ .Values.inflation.essenceSoothsay | quote }}\n SEEDER_SNORER_COMMITMENT: {{ .Values.inflation.seederSnorerCommitment | quote }}\n WHACK_BOOKEND: {{ .Values.inflation.whackBookend | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"inflation.fullname\" . }}-inflation\n labels:\n {{- include \"inflation.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: inflation\nspec:\n replicas: {{ .Values.inflation.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: inflation\n app.kubernetes.io/name: painstaking\n {{- include \"inflation.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: inflation\n app.kubernetes.io/name: painstaking\n {{- include \"inflation.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: e8bf10c8c5d70ff2022665893079611fa0974f391a16d9d64c11ece191b143d2\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"inflation.fullname\" . }}-inflation\n image: {{ .Values.inflation.inflation.image.repository }}:{{ .Values.inflation.inflation.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.inflation.inflation.imagePullPolicy }}\n name: inflation\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.inflation.inflation.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.inflation.inflation.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"inflation.fullname\" . }}-inflation\n labels:\n {{- include \"inflation.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.inflation.type }}\n selector:\n app.kubernetes.io/instance: inflation\n app.kubernetes.io/name: painstaking\n {{- include \"inflation.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.inflation.ports | toYaml | nindent 2 -}}"
] | inflation:
essenceSoothsay: patient
inflation:
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
seederSnorerCommitment: condor
type: ClusterIP
whackBookend: kill
kubernetesClusterDomain: cluster.local
|
dividend | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"dividend.fullname\" . }}-dividend\n labels:\n {{- include \"dividend.labels\" . | nindent 4 }}\ndata:\n DECISION_LANAI_FRIENDSHIP: {{ .Values.dividend.decisionLanaiFriendship | quote\n }}\n PROCTOR: {{ .Values.dividend.proctor | quote }}\n RECLAMATION_MASK_DIALOGUE: {{ .Values.dividend.reclamationMaskDialogue | quote\n }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"dividend.fullname\" . }}-dividend\n labels:\n {{- include \"dividend.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: dividend\nspec:\n replicas: {{ .Values.dividend.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: dividend\n app.kubernetes.io/name: imagine\n {{- include \"dividend.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: dividend\n app.kubernetes.io/name: imagine\n {{- include \"dividend.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: dfe4177bd89b771627539d02825d80a2cc75ce3661fa0c7f027bd8331c449c00\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"dividend.fullname\" . }}-dividend\n image: {{ .Values.dividend.dividend.image.repository }}:{{ .Values.dividend.dividend.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.dividend.dividend.imagePullPolicy }}\n name: dividend\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.dividend.dividend.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.dividend.dividend.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"dividend.fullname\" . }}-dividend\n labels:\n {{- include \"dividend.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.dividend.type }}\n selector:\n app.kubernetes.io/instance: dividend\n app.kubernetes.io/name: imagine\n {{- include \"dividend.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.dividend.ports | toYaml | nindent 2 -}}"
] | dividend:
decisionLanaiFriendship: cowboy
dividend:
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
proctor: deficit
reclamationMaskDialogue: median
replicas: 1
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
intuition | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"intuition.fullname\" . }}-intuition\n labels:\n {{- include \"intuition.labels\" . | nindent 4 }}\ndata:\n LEVEL_CRIBBAGE: {{ .Values.intuition.levelCribbage | quote }}\n NIGHTLIGHT_AWE: {{ .Values.intuition.nightlightAwe | quote }}\n RETROSPECT_LANDSCAPE_BARBITURATE: {{ .Values.intuition.retrospectLandscapeBarbiturate\n | quote }}\n SIDECAR: {{ .Values.intuition.sidecar | quote }}\n STORY_TRENCH: {{ .Values.intuition.storyTrench | quote }}\n TEXT: {{ .Values.intuition.text | quote }}\n UPPER_COURT_INHIBITOR: {{ .Values.intuition.upperCourtInhibitor | quote }}\n VIOLENCE: {{ .Values.intuition.violence | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"intuition.fullname\" . }}-intuition\n labels:\n {{- include \"intuition.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: intuition\nspec:\n replicas: {{ .Values.intuition.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: intuition\n app.kubernetes.io/name: aboriginal\n {{- include \"intuition.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: intuition\n app.kubernetes.io/name: aboriginal\n {{- include \"intuition.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 7aeb34cb168ccfe658dfdcbc61aa6e12168e57679eeba5ec4cccfc2f97aed7d9\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"intuition.fullname\" . }}-intuition\n image: {{ .Values.intuition.intuition.image.repository }}:{{ .Values.intuition.intuition.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.intuition.intuition.imagePullPolicy }}\n name: intuition\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.intuition.intuition.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.intuition.intuition.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"intuition.fullname\" . }}-intuition\n labels:\n {{- include \"intuition.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.intuition.type }}\n selector:\n app.kubernetes.io/instance: intuition\n app.kubernetes.io/name: aboriginal\n {{- include \"intuition.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.intuition.ports | toYaml | nindent 2 -}}"
] | intuition:
intuition:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
levelCribbage: accordion
nightlightAwe: bread
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
retrospectLandscapeBarbiturate: lay
sidecar: avocado
storyTrench: prophet
text: style
type: ClusterIP
upperCourtInhibitor: sewer
violence: conduct
kubernetesClusterDomain: cluster.local
|
beach | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"beach.fullname\" . }}-beach\n labels:\n {{- include \"beach.labels\" . | nindent 4 }}\ndata:\n MALE_ALTERATION: {{ .Values.beach.maleAlteration | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"beach.fullname\" . }}-beach\n labels:\n {{- include \"beach.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: beach\nspec:\n replicas: {{ .Values.beach.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: beach\n app.kubernetes.io/name: advertising\n {{- include \"beach.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: beach\n app.kubernetes.io/name: advertising\n {{- include \"beach.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 08e8bbfcdf5a1e554f2636454fdb6c640059e9a91b82f1024a95f63f49e4a133\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"beach.fullname\" . }}-beach\n image: {{ .Values.beach.beach.image.repository }}:{{ .Values.beach.beach.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.beach.beach.imagePullPolicy }}\n name: beach\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.beach.beach.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.beach.beach.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"beach.fullname\" . }}-beach\n labels:\n {{- include \"beach.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.beach.type }}\n selector:\n app.kubernetes.io/instance: beach\n app.kubernetes.io/name: advertising\n {{- include \"beach.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.beach.ports | toYaml | nindent 2 -}}"
] | beach:
beach:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
maleAlteration: corporation
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
swim | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"swim.fullname\" . }}-swim\n labels:\n {{- include \"swim.labels\" . | nindent 4 }}\ndata:\n AIRSPACE: {{ .Values.swim.airspace | quote }}\n CHARMING_UNBIASED: {{ .Values.swim.charmingUnbiased | quote }}\n EMERGENCE: {{ .Values.swim.emergence | quote }}\n EXTERIOR_ENROLLMENT_COMPETITION: {{ .Values.swim.exteriorEnrollmentCompetition\n | quote }}\n HILL_VIVO_POOR: {{ .Values.swim.hillVivoPoor | quote }}\n LOSS_DAD_ENTERTAIN: {{ .Values.swim.lossDadEntertain | quote }}\n POPULATION_RADISH_MIXTURE: {{ .Values.swim.populationRadishMixture | quote }}\n PRONOUN_NOBODY_INTERCONNECTION: {{ .Values.swim.pronounNobodyInterconnection |\n quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"swim.fullname\" . }}-swim\n labels:\n {{- include \"swim.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: swim\nspec:\n replicas: {{ .Values.swim.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: swim\n app.kubernetes.io/name: blogger\n {{- include \"swim.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: swim\n app.kubernetes.io/name: blogger\n {{- include \"swim.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 788768535227a670e2ea5bd7824905ced2da476eaed2d1b5485cee9dcf4dbe07\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"swim.fullname\" . }}-swim\n image: {{ .Values.swim.swim.image.repository }}:{{ .Values.swim.swim.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.swim.swim.imagePullPolicy }}\n name: swim\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.swim.swim.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.swim.swim.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"swim.fullname\" . }}-swim\n labels:\n {{- include \"swim.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.swim.type }}\n selector:\n app.kubernetes.io/instance: swim\n app.kubernetes.io/name: blogger\n {{- include \"swim.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.swim.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
swim:
airspace: annoyed
charmingUnbiased: utilisation
emergence: pug
exteriorEnrollmentCompetition: paste
hillVivoPoor: zip
lossDadEntertain: abusive
populationRadishMixture: throat
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
pronounNobodyInterconnection: spat
replicas: 1
swim:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
type: ClusterIP
|
paramedic | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"paramedic.fullname\" . }}-paramedic\n labels:\n {{- include \"paramedic.labels\" . | nindent 4 }}\ndata:\n PIGLET: {{ .Values.paramedic.piglet | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"paramedic.fullname\" . }}-paramedic\n labels:\n {{- include \"paramedic.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: paramedic\nspec:\n replicas: {{ .Values.paramedic.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: paramedic\n app.kubernetes.io/name: pint\n {{- include \"paramedic.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: paramedic\n app.kubernetes.io/name: pint\n {{- include \"paramedic.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 95124f50772c8154d64aebfbb513fdb31d6bf7aa9d4b47db997b6dc307c7eddc\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"paramedic.fullname\" . }}-paramedic\n image: {{ .Values.paramedic.paramedic.image.repository }}:{{ .Values.paramedic.paramedic.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.paramedic.paramedic.imagePullPolicy }}\n name: paramedic\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.paramedic.paramedic.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.paramedic.paramedic.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"paramedic.fullname\" . }}-paramedic\n labels:\n {{- include \"paramedic.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.paramedic.type }}\n selector:\n app.kubernetes.io/instance: paramedic\n app.kubernetes.io/name: pint\n {{- include \"paramedic.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.paramedic.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
paramedic:
paramedic:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
piglet: freeze
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
type: ClusterIP
|
glasses | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"glasses.fullname\" . }}-glasses\n labels:\n {{- include \"glasses.labels\" . | nindent 4 }}\ndata:\n CORN_KNIT_TIDE: {{ .Values.glasses.cornKnitTide | quote }}\n DEPRESSIVE_REFECTORY: {{ .Values.glasses.depressiveRefectory | quote }}\n INCREASE_CAREER_BIOPSY: {{ .Values.glasses.increaseCareerBiopsy | quote }}\n MOCHA_IMPLEMENT: {{ .Values.glasses.mochaImplement | quote }}\n PRIVATE: {{ .Values.glasses.private | quote }}\n RUBBER: {{ .Values.glasses.rubber | quote }}\n SPECULATION: {{ .Values.glasses.speculation | quote }}\n TESTAMENT_DISARMAMENT: {{ .Values.glasses.testamentDisarmament | quote }}\n THANKFUL_PHOTODIODE_WEAVE: {{ .Values.glasses.thankfulPhotodiodeWeave | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"glasses.fullname\" . }}-glasses\n labels:\n {{- include \"glasses.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: glasses\nspec:\n replicas: {{ .Values.glasses.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: glasses\n app.kubernetes.io/name: dungeon\n {{- include \"glasses.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: glasses\n app.kubernetes.io/name: dungeon\n {{- include \"glasses.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 53873b182a4f6e0d249aa6cd5893471e1963f152312f9b588bb18f132ab18b73\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"glasses.fullname\" . }}-glasses\n image: {{ .Values.glasses.glasses.image.repository }}:{{ .Values.glasses.glasses.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.glasses.glasses.imagePullPolicy }}\n name: glasses\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.glasses.glasses.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.glasses.glasses.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"glasses.fullname\" . }}-glasses\n labels:\n {{- include \"glasses.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.glasses.type }}\n selector:\n app.kubernetes.io/instance: glasses\n app.kubernetes.io/name: dungeon\n {{- include \"glasses.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.glasses.ports | toYaml | nindent 2 -}}"
] | glasses:
cornKnitTide: gorilla
depressiveRefectory: row
glasses:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
increaseCareerBiopsy: nestmate
mochaImplement: watermelon
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
private: harbour
replicas: 1
rubber: guess
speculation: baggie
testamentDisarmament: elite
thankfulPhotodiodeWeave: payoff
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
shanty | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"shanty.fullname\" . }}-shanty\n labels:\n {{- include \"shanty.labels\" . | nindent 4 }}\ndata:\n ADVOCATE_INVITE: {{ .Values.shanty.advocateInvite | quote }}\n BET_CHIVE_SPIRAL: {{ .Values.shanty.betChiveSpiral | quote }}\n CRICKET_STOT: {{ .Values.shanty.cricketStot | quote }}\n CUB: {{ .Values.shanty.cub | quote }}\n ECLIPTIC: {{ .Values.shanty.ecliptic | quote }}\n EXTENSION: {{ .Values.shanty.extension | quote }}\n PILL: {{ .Values.shanty.pill | quote }}\n RAILING: {{ .Values.shanty.railing | quote }}\n RID_NEIGHBORLY: {{ .Values.shanty.ridNeighborly | quote }}\n STILL_CONTINUITY_COMMITMENT: {{ .Values.shanty.stillContinuityCommitment | quote\n }}\n SYMBOLIZE_RESPONSIBILITY: {{ .Values.shanty.symbolizeResponsibility | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"shanty.fullname\" . }}-shanty\n labels:\n {{- include \"shanty.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: shanty\nspec:\n replicas: {{ .Values.shanty.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: shanty\n app.kubernetes.io/name: fibroblast\n {{- include \"shanty.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: shanty\n app.kubernetes.io/name: fibroblast\n {{- include \"shanty.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: f637dd711b4cfea9bd1db16c8511e18067da62b679d65de8fa3e0da9fa698e12\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"shanty.fullname\" . }}-shanty\n image: {{ .Values.shanty.shanty.image.repository }}:{{ .Values.shanty.shanty.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.shanty.shanty.imagePullPolicy }}\n name: shanty\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.shanty.shanty.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.shanty.shanty.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"shanty.fullname\" . }}-shanty\n labels:\n {{- include \"shanty.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.shanty.type }}\n selector:\n app.kubernetes.io/instance: shanty\n app.kubernetes.io/name: fibroblast\n {{- include \"shanty.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.shanty.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
shanty:
advocateInvite: randomisation
betChiveSpiral: complement
cricketStot: knowing
cub: makeshift
ecliptic: outfielder
extension: jobless
pill: staff
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
railing: sauce
replicas: 1
ridNeighborly: deranged
shanty:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
stillContinuityCommitment: acknowledgment
symbolizeResponsibility: adamant
type: ClusterIP
|
terrible | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"terrible.fullname\" . }}-terrible\n labels:\n {{- include \"terrible.labels\" . | nindent 4 }}\ndata:\n ANGRY: {{ .Values.terrible.angry | quote }}\n GOING_RECOLLECTION: {{ .Values.terrible.goingRecollection | quote }}\n HIRE: {{ .Values.terrible.hire | quote }}\n INCOME: {{ .Values.terrible.income | quote }}\n JUGGLE_TRADITIONALISM: {{ .Values.terrible.juggleTraditionalism | quote }}\n KILLER_ACHIEVER_NOSY: {{ .Values.terrible.killerAchieverNosy | quote }}\n RIFLE: {{ .Values.terrible.rifle | quote }}\n WHISKER_BADGER_SWALLOW: {{ .Values.terrible.whiskerBadgerSwallow | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"terrible.fullname\" . }}-terrible\n labels:\n {{- include \"terrible.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: terrible\nspec:\n replicas: {{ .Values.terrible.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: terrible\n app.kubernetes.io/name: precious\n {{- include \"terrible.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: terrible\n app.kubernetes.io/name: precious\n {{- include \"terrible.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: bcbdc088eca7f2ba2475ab5458af919879c5b00501c1a892334bc697c9968a6a\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"terrible.fullname\" . }}-terrible\n image: {{ .Values.terrible.terrible.image.repository }}:{{ .Values.terrible.terrible.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.terrible.terrible.imagePullPolicy }}\n name: terrible\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.terrible.terrible.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.terrible.terrible.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"terrible.fullname\" . }}-terrible\n labels:\n {{- include \"terrible.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.terrible.type }}\n selector:\n app.kubernetes.io/instance: terrible\n app.kubernetes.io/name: precious\n {{- include \"terrible.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.terrible.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
terrible:
angry: high-rise
goingRecollection: measly
hire: dragon
income: zoology
juggleTraditionalism: revise
killerAchieverNosy: bronco
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
rifle: naive
terrible:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
type: ClusterIP
whiskerBadgerSwallow: stuff
|
divider | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"divider.fullname\" . }}-divider\n labels:\n {{- include \"divider.labels\" . | nindent 4 }}\ndata:\n CLIFF_DECAY: {{ .Values.divider.cliffDecay | quote }}\n DISTINCT_DAWN_PLAGIARISM: {{ .Values.divider.distinctDawnPlagiarism | quote }}\n INVENTION_RETHINKING_PRIESTHOOD: {{ .Values.divider.inventionRethinkingPriesthood\n | quote }}\n LOQUAT_ISOGLOSS_CHECKROOM: {{ .Values.divider.loquatIsoglossCheckroom | quote }}\n MANIFESTATION_FOURTHS: {{ .Values.divider.manifestationFourths | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"divider.fullname\" . }}-divider\n labels:\n {{- include \"divider.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: divider\nspec:\n replicas: {{ .Values.divider.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: divider\n app.kubernetes.io/name: cactus\n {{- include \"divider.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: divider\n app.kubernetes.io/name: cactus\n {{- include \"divider.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: dbf8ace62e3cc2beacbe5669cfb4886d1155d8439d819c8f306bceedc74d0cc5\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"divider.fullname\" . }}-divider\n image: {{ .Values.divider.divider.image.repository }}:{{ .Values.divider.divider.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.divider.divider.imagePullPolicy }}\n name: divider\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.divider.divider.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.divider.divider.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"divider.fullname\" . }}-divider\n labels:\n {{- include \"divider.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.divider.type }}\n selector:\n app.kubernetes.io/instance: divider\n app.kubernetes.io/name: cactus\n {{- include \"divider.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.divider.ports | toYaml | nindent 2 -}}"
] | divider:
cliffDecay: software
distinctDawnPlagiarism: soak
divider:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
inventionRethinkingPriesthood: key
loquatIsoglossCheckroom: numeracy
manifestationFourths: ecclesia
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
plastic | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"plastic.fullname\" . }}-plastic\n labels:\n {{- include \"plastic.labels\" . | nindent 4 }}\ndata:\n BLISTER: {{ .Values.plastic.blister | quote }}\n COUNSELLOR_GEM: {{ .Values.plastic.counsellorGem | quote }}\n CREATURE_SUICIDE_LEVER: {{ .Values.plastic.creatureSuicideLever | quote }}\n PRESIDE: {{ .Values.plastic.preside | quote }}\n WARREN_HALF_APPEAR: {{ .Values.plastic.warrenHalfAppear | quote }}\n WHISPERING_GRAND_DISTINCT: {{ .Values.plastic.whisperingGrandDistinct | quote }}\n ZOO_ALOOF: {{ .Values.plastic.zooAloof | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"plastic.fullname\" . }}-plastic\n labels:\n {{- include \"plastic.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: plastic\nspec:\n replicas: {{ .Values.plastic.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: plastic\n app.kubernetes.io/name: cob\n {{- include \"plastic.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: plastic\n app.kubernetes.io/name: cob\n {{- include \"plastic.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: f3c919ac33ddf1865f6cff2bd8c499e39b6db905541614fe580a02a592195348\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"plastic.fullname\" . }}-plastic\n image: {{ .Values.plastic.plastic.image.repository }}:{{ .Values.plastic.plastic.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.plastic.plastic.imagePullPolicy }}\n name: plastic\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.plastic.plastic.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.plastic.plastic.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"plastic.fullname\" . }}-plastic\n labels:\n {{- include \"plastic.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.plastic.type }}\n selector:\n app.kubernetes.io/instance: plastic\n app.kubernetes.io/name: cob\n {{- include \"plastic.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.plastic.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
plastic:
blister: injunction
counsellorGem: gallon
creatureSuicideLever: compute
plastic:
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
preside: facility
replicas: 1
type: ClusterIP
warrenHalfAppear: clam
whisperingGrandDistinct: die
zooAloof: seek
|
bridge | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"bridge.fullname\" . }}-bridge\n labels:\n {{- include \"bridge.labels\" . | nindent 4 }}\ndata:\n BULK_SYMMETRY_RECOMMEND: {{ .Values.bridge.bulkSymmetryRecommend | quote }}\n FEDERATION_PARAMEDIC_ASTROLOGY: {{ .Values.bridge.federationParamedicAstrology\n | quote }}\n FLICKER_CARTEL_INCANDESCENT: {{ .Values.bridge.flickerCartelIncandescent | quote\n }}\n MEADOW: {{ .Values.bridge.meadow | quote }}\n MILLENNIUM_CHAMPIONSHIP: {{ .Values.bridge.millenniumChampionship | quote }}\n NEWSSTAND: {{ .Values.bridge.newsstand | quote }}\n SCOTCH: {{ .Values.bridge.scotch | quote }}\n SHEEP_FULL: {{ .Values.bridge.sheepFull | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"bridge.fullname\" . }}-bridge\n labels:\n {{- include \"bridge.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: bridge\nspec:\n replicas: {{ .Values.bridge.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: bridge\n app.kubernetes.io/name: mail\n {{- include \"bridge.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: bridge\n app.kubernetes.io/name: mail\n {{- include \"bridge.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: b0fccbbeeb03bcb9b86cef19cf6eafab7f2ec32161a0f4d302e7313c64cbe048\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"bridge.fullname\" . }}-bridge\n image: {{ .Values.bridge.bridge.image.repository }}:{{ .Values.bridge.bridge.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.bridge.bridge.imagePullPolicy }}\n name: bridge\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.bridge.bridge.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.bridge.bridge.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"bridge.fullname\" . }}-bridge\n labels:\n {{- include \"bridge.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.bridge.type }}\n selector:\n app.kubernetes.io/instance: bridge\n app.kubernetes.io/name: mail\n {{- include \"bridge.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.bridge.ports | toYaml | nindent 2 -}}"
] | bridge:
bridge:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
bulkSymmetryRecommend: witch-hunt
federationParamedicAstrology: pressurisation
flickerCartelIncandescent: maelstrom
meadow: fundraising
millenniumChampionship: cytokine
newsstand: abrasive
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
scotch: eraser
sheepFull: radish
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
peony | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"peony.fullname\" . }}-peony\n labels:\n {{- include \"peony.labels\" . | nindent 4 }}\ndata:\n ATTENDANCE: {{ .Values.peony.attendance | quote }}\n CIVILIZATION_RECOGNIZE: {{ .Values.peony.civilizationRecognize | quote }}\n FUSARIUM: {{ .Values.peony.fusarium | quote }}\n KNOWLEDGEABLE_DUNE_INSIDE: {{ .Values.peony.knowledgeableDuneInside | quote }}\n NUTTY: {{ .Values.peony.nutty | quote }}\n ORGANIZATION_AARDVARK_THISTLE: {{ .Values.peony.organizationAardvarkThistle | quote\n }}\n PANTS: {{ .Values.peony.pants | quote }}\n PEDAL_NUMERACY_CORD: {{ .Values.peony.pedalNumeracyCord | quote }}\n PUMP_MEDDLE_HYDROLYSE: {{ .Values.peony.pumpMeddleHydrolyse | quote }}\n SET: {{ .Values.peony.set | quote }}\n STEPSON: {{ .Values.peony.stepson | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"peony.fullname\" . }}-peony\n labels:\n {{- include \"peony.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: peony\nspec:\n replicas: {{ .Values.peony.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: peony\n app.kubernetes.io/name: diversity\n {{- include \"peony.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: peony\n app.kubernetes.io/name: diversity\n {{- include \"peony.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: c916535222855a316e2d697503dae726b515123b04e4b399f07923e7978e205b\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"peony.fullname\" . }}-peony\n image: {{ .Values.peony.peony.image.repository }}:{{ .Values.peony.peony.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.peony.peony.imagePullPolicy }}\n name: peony\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.peony.peony.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.peony.peony.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"peony.fullname\" . }}-peony\n labels:\n {{- include \"peony.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.peony.type }}\n selector:\n app.kubernetes.io/instance: peony\n app.kubernetes.io/name: diversity\n {{- include \"peony.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.peony.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
peony:
attendance: derby
civilizationRecognize: drip
fusarium: shareholder
knowledgeableDuneInside: copyright
nutty: armoire
organizationAardvarkThistle: guy
pants: verse
pedalNumeracyCord: chef
peony:
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
pumpMeddleHydrolyse: spoon
replicas: 1
set: enforce
stepson: muscle
type: ClusterIP
|
crisp | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"crisp.fullname\" . }}-crisp\n labels:\n {{- include \"crisp.labels\" . | nindent 4 }}\ndata:\n ANYWHERE: {{ .Values.crisp.anywhere | quote }}\n ATTEND: {{ .Values.crisp.attend | quote }}\n BATH_REPROCESSING_APPOINT: {{ .Values.crisp.bathReprocessingAppoint | quote }}\n CONTOUR_CHAIR: {{ .Values.crisp.contourChair | quote }}\n CREATOR: {{ .Values.crisp.creator | quote }}\n FIBER: {{ .Values.crisp.fiber | quote }}\n MOLASSES_PROCESSOR: {{ .Values.crisp.molassesProcessor | quote }}\n NEGOTIATE_TOOTHPASTE: {{ .Values.crisp.negotiateToothpaste | quote }}\n PRICK_LION: {{ .Values.crisp.prickLion | quote }}\n SPIFFY_KNIFE-EDGE: {{ .Values.crisp.spiffyKnifeEdge | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"crisp.fullname\" . }}-crisp\n labels:\n {{- include \"crisp.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: crisp\nspec:\n replicas: {{ .Values.crisp.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: crisp\n app.kubernetes.io/name: mobster\n {{- include \"crisp.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: crisp\n app.kubernetes.io/name: mobster\n {{- include \"crisp.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: d67913489377ef6307339ee709bb22ba85def4cdea19864ac2125a7594504f2d\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"crisp.fullname\" . }}-crisp\n image: {{ .Values.crisp.crisp.image.repository }}:{{ .Values.crisp.crisp.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.crisp.crisp.imagePullPolicy }}\n name: crisp\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.crisp.crisp.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.crisp.crisp.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"crisp.fullname\" . }}-crisp\n labels:\n {{- include \"crisp.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.crisp.type }}\n selector:\n app.kubernetes.io/instance: crisp\n app.kubernetes.io/name: mobster\n {{- include \"crisp.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.crisp.ports | toYaml | nindent 2 -}}"
] | crisp:
anywhere: humidity
attend: makeup
bathReprocessingAppoint: semester
contourChair: presentation
creator: knowledge
crisp:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
fiber: drake
molassesProcessor: depressed
negotiateToothpaste: venti
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
prickLion: readiness
replicas: 1
spiffyKnifeEdge: dispense
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
swanling | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"swanling.fullname\" . }}-swanling\n labels:\n {{- include \"swanling.labels\" . | nindent 4 }}\ndata:\n AQUATIC_ROOMMATE_IMMINENT: {{ .Values.swanling.aquaticRoommateImminent | quote\n }}\n BRUSHING_CORRESPONDENCE: {{ .Values.swanling.brushingCorrespondence | quote }}\n COEVOLUTION_WARN: {{ .Values.swanling.coevolutionWarn | quote }}\n FESTIVE: {{ .Values.swanling.festive | quote }}\n HAMMOCK_BEE_PARAMEDIC: {{ .Values.swanling.hammockBeeParamedic | quote }}\n HARDBOARD_REPROCESSING_SUNBONNET: {{ .Values.swanling.hardboardReprocessingSunbonnet\n | quote }}\n LAMENT: {{ .Values.swanling.lament | quote }}\n LOQUAT_EXOTIC: {{ .Values.swanling.loquatExotic | quote }}\n RESOLUTION_PLACID: {{ .Values.swanling.resolutionPlacid | quote }}\n SIMPLIFICATION_CURIOSITY_AXIS: {{ .Values.swanling.simplificationCuriosityAxis\n | quote }}\n UNCLE_JURY_GEM: {{ .Values.swanling.uncleJuryGem | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"swanling.fullname\" . }}-swanling\n labels:\n {{- include \"swanling.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: swanling\nspec:\n replicas: {{ .Values.swanling.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: swanling\n app.kubernetes.io/name: phobic\n {{- include \"swanling.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: swanling\n app.kubernetes.io/name: phobic\n {{- include \"swanling.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 3a45630a28f8ae58423cc5a804955e37da5d5925ac5fd30ca7f190d29fb9c671\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"swanling.fullname\" . }}-swanling\n image: {{ .Values.swanling.swanling.image.repository }}:{{ .Values.swanling.swanling.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.swanling.swanling.imagePullPolicy }}\n name: swanling\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.swanling.swanling.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.swanling.swanling.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"swanling.fullname\" . }}-swanling\n labels:\n {{- include \"swanling.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.swanling.type }}\n selector:\n app.kubernetes.io/instance: swanling\n app.kubernetes.io/name: phobic\n {{- include \"swanling.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.swanling.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
swanling:
aquaticRoommateImminent: everybody
brushingCorrespondence: fountain
coevolutionWarn: gastropod
festive: unite
hammockBeeParamedic: homework
hardboardReprocessingSunbonnet: anticipation
lament: radish
loquatExotic: fabulous
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
resolutionPlacid: unequaled
simplificationCuriosityAxis: whack
swanling:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
type: ClusterIP
uncleJuryGem: moccasins
|
widow | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"widow.fullname\" . }}-widow\n labels:\n {{- include \"widow.labels\" . | nindent 4 }}\ndata:\n BOWTIE: {{ .Values.widow.bowtie | quote }}\n DIGIT_ROBOT_DEFENDER: {{ .Values.widow.digitRobotDefender | quote }}\n HAPPINESS_STABILITY_CUCKOO: {{ .Values.widow.happinessStabilityCuckoo | quote }}\n HARDSHIP_SUPPORTER_FORSAKE: {{ .Values.widow.hardshipSupporterForsake | quote }}\n MAJOR-LEAGUE: {{ .Values.widow.majorLeague | quote }}\n MAKEUP_HEAP_RETAILER: {{ .Values.widow.makeupHeapRetailer | quote }}\n MAT_STENCH_TOE: {{ .Values.widow.matStenchToe | quote }}\n PROCEEDINGS_TUNE: {{ .Values.widow.proceedingsTune | quote }}\n PROTECTIVE_WACKY: {{ .Values.widow.protectiveWacky | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"widow.fullname\" . }}-widow\n labels:\n {{- include \"widow.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: widow\nspec:\n replicas: {{ .Values.widow.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: widow\n app.kubernetes.io/name: expose\n {{- include \"widow.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: widow\n app.kubernetes.io/name: expose\n {{- include \"widow.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 5bcbd9c61f15faf3eefd0ad097affbfd559c8bdcd46829a98deebab43b215090\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"widow.fullname\" . }}-widow\n image: {{ .Values.widow.widow.image.repository }}:{{ .Values.widow.widow.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.widow.widow.imagePullPolicy }}\n name: widow\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.widow.widow.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.widow.widow.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"widow.fullname\" . }}-widow\n labels:\n {{- include \"widow.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.widow.type }}\n selector:\n app.kubernetes.io/instance: widow\n app.kubernetes.io/name: expose\n {{- include \"widow.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.widow.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
widow:
bowtie: lying
digitRobotDefender: bump
happinessStabilityCuckoo: anarchist
hardshipSupporterForsake: mallet
majorLeague: decay
makeupHeapRetailer: CD
matStenchToe: horizon
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
proceedingsTune: bass
protectiveWacky: lounge
replicas: 1
type: ClusterIP
widow:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
|
lazy | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"lazy.fullname\" . }}-lazy\n labels:\n {{- include \"lazy.labels\" . | nindent 4 }}\ndata:\n ALBUM_PREVENT_ORNAMENT: {{ .Values.lazy.albumPreventOrnament | quote }}\n ASSIST: {{ .Values.lazy.assist | quote }}\n CARAMEL: {{ .Values.lazy.caramel | quote }}\n DESTINY: {{ .Values.lazy.destiny | quote }}\n REMINDER_RUNNER_ALERT: {{ .Values.lazy.reminderRunnerAlert | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"lazy.fullname\" . }}-lazy\n labels:\n {{- include \"lazy.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: lazy\nspec:\n replicas: {{ .Values.lazy.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: lazy\n app.kubernetes.io/name: percentage\n {{- include \"lazy.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: lazy\n app.kubernetes.io/name: percentage\n {{- include \"lazy.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 71ee42ca21c42e4babc98ac23f0690c52ab5e32b83c1ecd60ad298b2e0707ecb\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"lazy.fullname\" . }}-lazy\n image: {{ .Values.lazy.lazy.image.repository }}:{{ .Values.lazy.lazy.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.lazy.lazy.imagePullPolicy }}\n name: lazy\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.lazy.lazy.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.lazy.lazy.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"lazy.fullname\" . }}-lazy\n labels:\n {{- include \"lazy.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.lazy.type }}\n selector:\n app.kubernetes.io/instance: lazy\n app.kubernetes.io/name: percentage\n {{- include \"lazy.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.lazy.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
lazy:
albumPreventOrnament: dolman
assist: photograph
caramel: rejoice
destiny: revolution
lazy:
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
reminderRunnerAlert: reserve
replicas: 1
type: ClusterIP
|
dump | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"dump.fullname\" . }}-dump\n labels:\n {{- include \"dump.labels\" . | nindent 4 }}\ndata:\n COORDINATOR_SPELLING: {{ .Values.dump.coordinatorSpelling | quote }}\n DEAFENING: {{ .Values.dump.deafening | quote }}\n LOGO_WHEY_ATTENUATION: {{ .Values.dump.logoWheyAttenuation | quote }}\n NOON: {{ .Values.dump.noon | quote }}\n WHORL: {{ .Values.dump.whorl | quote }}\n WITHDRAW: {{ .Values.dump.withdraw | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"dump.fullname\" . }}-dump\n labels:\n {{- include \"dump.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: dump\nspec:\n replicas: {{ .Values.dump.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: dump\n app.kubernetes.io/name: dedication\n {{- include \"dump.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: dump\n app.kubernetes.io/name: dedication\n {{- include \"dump.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 894fced0dfc64c95a349049630e8e5f8a12ba9473d900cac83e0fa31c1c73801\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"dump.fullname\" . }}-dump\n image: {{ .Values.dump.dump.image.repository }}:{{ .Values.dump.dump.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.dump.dump.imagePullPolicy }}\n name: dump\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.dump.dump.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.dump.dump.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"dump.fullname\" . }}-dump\n labels:\n {{- include \"dump.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.dump.type }}\n selector:\n app.kubernetes.io/instance: dump\n app.kubernetes.io/name: dedication\n {{- include \"dump.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.dump.ports | toYaml | nindent 2 -}}"
] | dump:
coordinatorSpelling: accelerator
deafening: chub
dump:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
logoWheyAttenuation: clothe
noon: isogloss
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
type: ClusterIP
whorl: bump
withdraw: pleat
kubernetesClusterDomain: cluster.local
|
chick | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"chick.fullname\" . }}-chick\n labels:\n {{- include \"chick.labels\" . | nindent 4 }}\ndata:\n AIRSPACE_PAINFUL_BOORISH: {{ .Values.chick.airspacePainfulBoorish | quote }}\n BENEFICIARY_DECISION: {{ .Values.chick.beneficiaryDecision | quote }}\n DECIDE_SHUTDOWN_DRAWBRIDGE: {{ .Values.chick.decideShutdownDrawbridge | quote }}\n ESPADRILLE_SHORT: {{ .Values.chick.espadrilleShort | quote }}\n GODPARENT_FLUGELHORN: {{ .Values.chick.godparentFlugelhorn | quote }}\n INTEGRAL: {{ .Values.chick.integral | quote }}\n LOVE: {{ .Values.chick.love | quote }}\n NEURON_SUCK: {{ .Values.chick.neuronSuck | quote }}\n PRESS_LIVE: {{ .Values.chick.pressLive | quote }}\n SOW_SHOOTDOWN_JACKET: {{ .Values.chick.sowShootdownJacket | quote }}\n TOOL_INTERVIEWER_ATTAIN: {{ .Values.chick.toolInterviewerAttain | quote }}\n WIT_SILVER: {{ .Values.chick.witSilver | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"chick.fullname\" . }}-chick\n labels:\n {{- include \"chick.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: chick\nspec:\n replicas: {{ .Values.chick.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: chick\n app.kubernetes.io/name: chaos\n {{- include \"chick.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: chick\n app.kubernetes.io/name: chaos\n {{- include \"chick.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 10d44711813745d4fabc74b1bd2e41fff97c2706b499d403a842e9bafaa769b8\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"chick.fullname\" . }}-chick\n image: {{ .Values.chick.chick.image.repository }}:{{ .Values.chick.chick.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.chick.chick.imagePullPolicy }}\n name: chick\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.chick.chick.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.chick.chick.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"chick.fullname\" . }}-chick\n labels:\n {{- include \"chick.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.chick.type }}\n selector:\n app.kubernetes.io/instance: chick\n app.kubernetes.io/name: chaos\n {{- include \"chick.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.chick.ports | toYaml | nindent 2 -}}"
] | chick:
airspacePainfulBoorish: pest
beneficiaryDecision: mow
chick:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
decideShutdownDrawbridge: jagged
espadrilleShort: greet
godparentFlugelhorn: metronome
integral: red
love: circulation
neuronSuck: flaky
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
pressLive: nappy
replicas: 1
sowShootdownJacket: great
toolInterviewerAttain: dolman
type: ClusterIP
witSilver: conformation
kubernetesClusterDomain: cluster.local
|
champion | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"champion.fullname\" . }}-champion\n labels:\n {{- include \"champion.labels\" . | nindent 4 }}\ndata:\n BEAUTIFUL_TUNE-UP: {{ .Values.champion.beautifulTuneUp | quote }}\n CREATION: {{ .Values.champion.creation | quote }}\n LITIGATION: {{ .Values.champion.litigation | quote }}\n NECKTIE: {{ .Values.champion.necktie | quote }}\n SPEAKING_RECOMMEND: {{ .Values.champion.speakingRecommend | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"champion.fullname\" . }}-champion\n labels:\n {{- include \"champion.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: champion\nspec:\n replicas: {{ .Values.champion.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: champion\n app.kubernetes.io/name: emotion\n {{- include \"champion.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: champion\n app.kubernetes.io/name: emotion\n {{- include \"champion.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: f4a4931dbe37518c17339f9a80cc932ec490a344dff387e9a1324fcdb615572e\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"champion.fullname\" . }}-champion\n image: {{ .Values.champion.champion.image.repository }}:{{ .Values.champion.champion.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.champion.champion.imagePullPolicy }}\n name: champion\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.champion.champion.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.champion.champion.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"champion.fullname\" . }}-champion\n labels:\n {{- include \"champion.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.champion.type }}\n selector:\n app.kubernetes.io/instance: champion\n app.kubernetes.io/name: emotion\n {{- include \"champion.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.champion.ports | toYaml | nindent 2 -}}"
] | champion:
beautifulTuneUp: counter
champion:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
creation: sad
litigation: grapefruit
necktie: growth
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
speakingRecommend: kingfish
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
grill | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"grill.fullname\" . }}-grill\n labels:\n {{- include \"grill.labels\" . | nindent 4 }}\ndata:\n ABUNDANCE_ONION_TOPIC: {{ .Values.grill.abundanceOnionTopic | quote }}\n ADAPTATION_CAPRICIOUS: {{ .Values.grill.adaptationCapricious | quote }}\n CHASTITY_PATRIMONY: {{ .Values.grill.chastityPatrimony | quote }}\n OBTAIN_WATERFALL: {{ .Values.grill.obtainWaterfall | quote }}\n OPERA_LEADERSHIP_PLANET: {{ .Values.grill.operaLeadershipPlanet | quote }}\n PANDA_ASSESS: {{ .Values.grill.pandaAssess | quote }}\n SHRUG: {{ .Values.grill.shrug | quote }}\n STOT_PORTRAIT_YAK: {{ .Values.grill.stotPortraitYak | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"grill.fullname\" . }}-grill\n labels:\n {{- include \"grill.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: grill\nspec:\n replicas: {{ .Values.grill.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: grill\n app.kubernetes.io/name: disregard\n {{- include \"grill.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: grill\n app.kubernetes.io/name: disregard\n {{- include \"grill.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: e1a6a9f2a1b16e9c6a92d66a5d8b6b0b1342001500653c9cdb2fb6cea1ecca64\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"grill.fullname\" . }}-grill\n image: {{ .Values.grill.grill.image.repository }}:{{ .Values.grill.grill.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.grill.grill.imagePullPolicy }}\n name: grill\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.grill.grill.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.grill.grill.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"grill.fullname\" . }}-grill\n labels:\n {{- include \"grill.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.grill.type }}\n selector:\n app.kubernetes.io/instance: grill\n app.kubernetes.io/name: disregard\n {{- include \"grill.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.grill.ports | toYaml | nindent 2 -}}"
] | grill:
abundanceOnionTopic: bassoon
adaptationCapricious: conclude
chastityPatrimony: architecture
grill:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
obtainWaterfall: weather
operaLeadershipPlanet: sign
pandaAssess: mining
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
shrug: lively
stotPortraitYak: diamond
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
happening | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"happening.fullname\" . }}-happening\n labels:\n {{- include \"happening.labels\" . | nindent 4 }}\ndata:\n CUDDLY_NYMPH: {{ .Values.happening.cuddlyNymph | quote }}\n DEFENDER_EMPLOYEE_POISON: {{ .Values.happening.defenderEmployeePoison | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"happening.fullname\" . }}-happening\n labels:\n {{- include \"happening.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: happening\nspec:\n replicas: {{ .Values.happening.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: happening\n app.kubernetes.io/name: juvenile\n {{- include \"happening.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: happening\n app.kubernetes.io/name: juvenile\n {{- include \"happening.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: e310a9e461cb6b8ac08f2be4c2b4108c9a1d8141a53e4a9544167c4ebf6acf57\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"happening.fullname\" . }}-happening\n image: {{ .Values.happening.happening.image.repository }}:{{ .Values.happening.happening.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.happening.happening.imagePullPolicy }}\n name: happening\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.happening.happening.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.happening.happening.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"happening.fullname\" . }}-happening\n labels:\n {{- include \"happening.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.happening.type }}\n selector:\n app.kubernetes.io/instance: happening\n app.kubernetes.io/name: juvenile\n {{- include \"happening.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.happening.ports | toYaml | nindent 2 -}}"
] | happening:
cuddlyNymph: clarinet
defenderEmployeePoison: commuter
happening:
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
|
recipe | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"recipe.fullname\" . }}-recipe\n labels:\n {{- include \"recipe.labels\" . | nindent 4 }}\ndata:\n ACADEMICS: {{ .Values.recipe.academics | quote }}\n CRINOLINE_CONSIDERATION: {{ .Values.recipe.crinolineConsideration | quote }}\n FACT_SPOT_GUITARIST: {{ .Values.recipe.factSpotGuitarist | quote }}\n MARKETING_SOFTDRINK_RUIN: {{ .Values.recipe.marketingSoftdrinkRuin | quote }}\n TECHNIQUE: {{ .Values.recipe.technique | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"recipe.fullname\" . }}-recipe\n labels:\n {{- include \"recipe.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: recipe\nspec:\n replicas: {{ .Values.recipe.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: recipe\n app.kubernetes.io/name: questionnaire\n {{- include \"recipe.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: recipe\n app.kubernetes.io/name: questionnaire\n {{- include \"recipe.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 6158c14eac96811d7f3f5306204092c1368ff346721c51ac0659b3e1573b1f28\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"recipe.fullname\" . }}-recipe\n image: {{ .Values.recipe.recipe.image.repository }}:{{ .Values.recipe.recipe.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.recipe.recipe.imagePullPolicy }}\n name: recipe\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.recipe.recipe.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.recipe.recipe.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"recipe.fullname\" . }}-recipe\n labels:\n {{- include \"recipe.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.recipe.type }}\n selector:\n app.kubernetes.io/instance: recipe\n app.kubernetes.io/name: questionnaire\n {{- include \"recipe.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.recipe.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
recipe:
academics: screenwriting
crinolineConsideration: anywhere
factSpotGuitarist: stuff
marketingSoftdrinkRuin: wind-chime
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
recipe:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
replicas: 1
technique: ruby
type: ClusterIP
|
accessible | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"accessible.fullname\" . }}-accessible\n labels:\n {{- include \"accessible.labels\" . | nindent 4 }}\ndata:\n AGRICULTURE_AFFILIATE: {{ .Values.accessible.agricultureAffiliate | quote }}\n ARMOUR_ABDOMEN_SIDEWALK: {{ .Values.accessible.armourAbdomenSidewalk | quote }}\n ASTERISK: {{ .Values.accessible.asterisk | quote }}\n GUERRILLA_SEPARATION: {{ .Values.accessible.guerrillaSeparation | quote }}\n NEBULOUS_PAYMENT: {{ .Values.accessible.nebulousPayment | quote }}\n PROCUREMENT: {{ .Values.accessible.procurement | quote }}\n SKIP: {{ .Values.accessible.skip | quote }}\n TESTING_MEADOW: {{ .Values.accessible.testingMeadow | quote }}\n TRUST: {{ .Values.accessible.trust | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"accessible.fullname\" . }}-accessible\n labels:\n {{- include \"accessible.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: accessible\nspec:\n replicas: {{ .Values.accessible.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: accessible\n app.kubernetes.io/name: plagiarism\n {{- include \"accessible.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: accessible\n app.kubernetes.io/name: plagiarism\n {{- include \"accessible.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: c0704b90f484e3b8938cdaab36f3ac9d6d67b200accb1565fe82922d8b5322e7\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"accessible.fullname\" . }}-accessible\n image: {{ .Values.accessible.accessible.image.repository }}:{{ .Values.accessible.accessible.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.accessible.accessible.imagePullPolicy }}\n name: accessible\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.accessible.accessible.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.accessible.accessible.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"accessible.fullname\" . }}-accessible\n labels:\n {{- include \"accessible.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.accessible.type }}\n selector:\n app.kubernetes.io/instance: accessible\n app.kubernetes.io/name: plagiarism\n {{- include \"accessible.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.accessible.ports | toYaml | nindent 2 -}}"
] | accessible:
accessible:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
agricultureAffiliate: start
armourAbdomenSidewalk: hunting
asterisk: magical
guerrillaSeparation: lavish
nebulousPayment: recommend
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
procurement: speech
replicas: 1
skip: flute
testingMeadow: interfere
trust: chairperson
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
talk | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"talk.fullname\" . }}-talk\n labels:\n {{- include \"talk.labels\" . | nindent 4 }}\ndata:\n DESTROY: {{ .Values.talk.destroy | quote }}\n HARDHAT: {{ .Values.talk.hardhat | quote }}\n PROVINCE_EXPENSE_CLOCKWORK: {{ .Values.talk.provinceExpenseClockwork | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"talk.fullname\" . }}-talk\n labels:\n {{- include \"talk.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: talk\nspec:\n replicas: {{ .Values.talk.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: talk\n app.kubernetes.io/name: bonsai\n {{- include \"talk.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: talk\n app.kubernetes.io/name: bonsai\n {{- include \"talk.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: b6c75788f554fbc1e8300a8a0b4a39bcbafc8ddfc718e48cceac5ecc7d6e43ef\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"talk.fullname\" . }}-talk\n image: {{ .Values.talk.talk.image.repository }}:{{ .Values.talk.talk.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.talk.talk.imagePullPolicy }}\n name: talk\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.talk.talk.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.talk.talk.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"talk.fullname\" . }}-talk\n labels:\n {{- include \"talk.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.talk.type }}\n selector:\n app.kubernetes.io/instance: talk\n app.kubernetes.io/name: bonsai\n {{- include \"talk.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.talk.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
talk:
destroy: amusement
hardhat: blowhole
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
provinceExpenseClockwork: formamide
replicas: 1
talk:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
type: ClusterIP
|
bowler | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"bowler.fullname\" . }}-bowler\n labels:\n {{- include \"bowler.labels\" . | nindent 4 }}\ndata:\n CARPORT: {{ .Values.bowler.carport | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"bowler.fullname\" . }}-bowler\n labels:\n {{- include \"bowler.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: bowler\nspec:\n replicas: {{ .Values.bowler.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: bowler\n app.kubernetes.io/name: analogy\n {{- include \"bowler.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: bowler\n app.kubernetes.io/name: analogy\n {{- include \"bowler.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: a20cdd958685a8b4843c38b3cf09d4b767893ab77b136e6f473ab44e1b9bdaac\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"bowler.fullname\" . }}-bowler\n image: {{ .Values.bowler.bowler.image.repository }}:{{ .Values.bowler.bowler.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.bowler.bowler.imagePullPolicy }}\n name: bowler\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.bowler.bowler.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.bowler.bowler.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"bowler.fullname\" . }}-bowler\n labels:\n {{- include \"bowler.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.bowler.type }}\n selector:\n app.kubernetes.io/instance: bowler\n app.kubernetes.io/name: analogy\n {{- include \"bowler.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.bowler.ports | toYaml | nindent 2 -}}"
] | bowler:
bowler:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
carport: slider
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
wheel | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"wheel.fullname\" . }}-wheel\n labels:\n {{- include \"wheel.labels\" . | nindent 4 }}\ndata:\n MERCURY_BENEFIT_CONTAIN: {{ .Values.wheel.mercuryBenefitContain | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"wheel.fullname\" . }}-wheel\n labels:\n {{- include \"wheel.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: wheel\nspec:\n replicas: {{ .Values.wheel.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: wheel\n app.kubernetes.io/name: edition\n {{- include \"wheel.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: wheel\n app.kubernetes.io/name: edition\n {{- include \"wheel.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 352d2a8bbccb7f74e42fe7e22c273bcbecc7b1370a5e5c06d5b65efca27516de\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"wheel.fullname\" . }}-wheel\n image: {{ .Values.wheel.wheel.image.repository }}:{{ .Values.wheel.wheel.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.wheel.wheel.imagePullPolicy }}\n name: wheel\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.wheel.wheel.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.wheel.wheel.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"wheel.fullname\" . }}-wheel\n labels:\n {{- include \"wheel.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.wheel.type }}\n selector:\n app.kubernetes.io/instance: wheel\n app.kubernetes.io/name: edition\n {{- include \"wheel.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.wheel.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
wheel:
mercuryBenefitContain: tank
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
type: ClusterIP
wheel:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
|
tuition | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"tuition.fullname\" . }}-tuition\n labels:\n {{- include \"tuition.labels\" . | nindent 4 }}\ndata:\n FLASH_OXYGEN: {{ .Values.tuition.flashOxygen | quote }}\n MOTORCYCLE_MAINSTREAM: {{ .Values.tuition.motorcycleMainstream | quote }}\n REASON: {{ .Values.tuition.reason | quote }}\n RISK: {{ .Values.tuition.risk | quote }}\n TOP-HAT_ENTER_FLAGRANT: {{ .Values.tuition.topHatEnterFlagrant | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"tuition.fullname\" . }}-tuition\n labels:\n {{- include \"tuition.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: tuition\nspec:\n replicas: {{ .Values.tuition.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: tuition\n app.kubernetes.io/name: filthy\n {{- include \"tuition.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: tuition\n app.kubernetes.io/name: filthy\n {{- include \"tuition.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 51ab8e610bb01e5fce59563ae388121dfbcd167206f4086120c8e8a6e8e8a837\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"tuition.fullname\" . }}-tuition\n image: {{ .Values.tuition.tuition.image.repository }}:{{ .Values.tuition.tuition.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.tuition.tuition.imagePullPolicy }}\n name: tuition\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.tuition.tuition.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.tuition.tuition.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"tuition.fullname\" . }}-tuition\n labels:\n {{- include \"tuition.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.tuition.type }}\n selector:\n app.kubernetes.io/instance: tuition\n app.kubernetes.io/name: filthy\n {{- include \"tuition.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.tuition.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
tuition:
flashOxygen: pupa
motorcycleMainstream: prosecution
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
reason: remark
replicas: 1
risk: nicety
topHatEnterFlagrant: stuff
tuition:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
type: ClusterIP
|
tenuous | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"tenuous.fullname\" . }}-tenuous\n labels:\n {{- include \"tenuous.labels\" . | nindent 4 }}\ndata:\n CHEETAH: {{ .Values.tenuous.cheetah | quote }}\n KAMIKAZE: {{ .Values.tenuous.kamikaze | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"tenuous.fullname\" . }}-tenuous\n labels:\n {{- include \"tenuous.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: tenuous\nspec:\n replicas: {{ .Values.tenuous.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: tenuous\n app.kubernetes.io/name: heartbeat\n {{- include \"tenuous.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: tenuous\n app.kubernetes.io/name: heartbeat\n {{- include \"tenuous.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: f8ae6fbbcea25a5a96c724472666e13bae752cac40515782c09fa7a6d843ac0d\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"tenuous.fullname\" . }}-tenuous\n image: {{ .Values.tenuous.tenuous.image.repository }}:{{ .Values.tenuous.tenuous.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.tenuous.tenuous.imagePullPolicy }}\n name: tenuous\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.tenuous.tenuous.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.tenuous.tenuous.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"tenuous.fullname\" . }}-tenuous\n labels:\n {{- include \"tenuous.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.tenuous.type }}\n selector:\n app.kubernetes.io/instance: tenuous\n app.kubernetes.io/name: heartbeat\n {{- include \"tenuous.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.tenuous.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
tenuous:
cheetah: expansionism
kamikaze: clavicle
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
tenuous:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
type: ClusterIP
|
caboose | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"caboose.fullname\" . }}-caboose\n labels:\n {{- include \"caboose.labels\" . | nindent 4 }}\ndata:\n ARROW_SEASHORE_THIEF: {{ .Values.caboose.arrowSeashoreThief | quote }}\n DIVE_SISTER-IN-LAW: {{ .Values.caboose.diveSisterInLaw | quote }}\n HIPPODROME_DOORPOST_TASTE: {{ .Values.caboose.hippodromeDoorpostTaste | quote }}\n KUMQUAT_POLLIWOG: {{ .Values.caboose.kumquatPolliwog | quote }}\n REUNION_CHEERFUL_ATTRIBUTE: {{ .Values.caboose.reunionCheerfulAttribute | quote\n }}\n SPATULA_WHIRL_NONSENSE: {{ .Values.caboose.spatulaWhirlNonsense | quote }}\n STAMEN: {{ .Values.caboose.stamen | quote }}\n TOE_APARTMENT: {{ .Values.caboose.toeApartment | quote }}\n TRAVEL_RELATIONSHIP_MUDDLED: {{ .Values.caboose.travelRelationshipMuddled | quote\n }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"caboose.fullname\" . }}-caboose\n labels:\n {{- include \"caboose.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: caboose\nspec:\n replicas: {{ .Values.caboose.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: caboose\n app.kubernetes.io/name: noisy\n {{- include \"caboose.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: caboose\n app.kubernetes.io/name: noisy\n {{- include \"caboose.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 8e92b3a01bba0c2e81673b08cd270c907ca995e85872b25a53ad33bcce78cc3d\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"caboose.fullname\" . }}-caboose\n image: {{ .Values.caboose.caboose.image.repository }}:{{ .Values.caboose.caboose.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.caboose.caboose.imagePullPolicy }}\n name: caboose\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.caboose.caboose.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.caboose.caboose.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"caboose.fullname\" . }}-caboose\n labels:\n {{- include \"caboose.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.caboose.type }}\n selector:\n app.kubernetes.io/instance: caboose\n app.kubernetes.io/name: noisy\n {{- include \"caboose.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.caboose.ports | toYaml | nindent 2 -}}"
] | caboose:
arrowSeashoreThief: pink
caboose:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
diveSisterInLaw: clockwork
hippodromeDoorpostTaste: cracker
kumquatPolliwog: relay
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
reunionCheerfulAttribute: snug
spatulaWhirlNonsense: mill
stamen: boatload
toeApartment: ladle
travelRelationshipMuddled: back-up
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
pit | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"pit.fullname\" . }}-pit\n labels:\n {{- include \"pit.labels\" . | nindent 4 }}\ndata:\n COUNTER-FORCE_ITCH_TOURISM: {{ .Values.pit.counterForceItchTourism | quote }}\n VELDT_EVOCATION: {{ .Values.pit.veldtEvocation | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"pit.fullname\" . }}-pit\n labels:\n {{- include \"pit.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: pit\nspec:\n replicas: {{ .Values.pit.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: pit\n app.kubernetes.io/name: cast\n {{- include \"pit.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: pit\n app.kubernetes.io/name: cast\n {{- include \"pit.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 52bc7e06a9f59f5e3c70eed14a685329c103ca66cbbcf9e20cad12bd7f32cb05\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"pit.fullname\" . }}-pit\n image: {{ .Values.pit.pit.image.repository }}:{{ .Values.pit.pit.image.tag | default\n .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.pit.pit.imagePullPolicy }}\n name: pit\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.pit.pit.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.pit.pit.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"pit.fullname\" . }}-pit\n labels:\n {{- include \"pit.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.pit.type }}\n selector:\n app.kubernetes.io/instance: pit\n app.kubernetes.io/name: cast\n {{- include \"pit.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.pit.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
pit:
counterForceItchTourism: bury
pit:
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
veldtEvocation: participate
|
hutch | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"hutch.fullname\" . }}-hutch\n labels:\n {{- include \"hutch.labels\" . | nindent 4 }}\ndata:\n DECISIVE_PANIC_CURD: {{ .Values.hutch.decisivePanicCurd | quote }}\n DUELING_PINSTRIPE: {{ .Values.hutch.duelingPinstripe | quote }}\n E-BOOK_COMMISSION: {{ .Values.hutch.eBookCommission | quote }}\n HOSPITALISATION_LIZARD: {{ .Values.hutch.hospitalisationLizard | quote }}\n SALMON_NOODLES: {{ .Values.hutch.salmonNoodles | quote }}\n SQUEEGEE_EDITION_DANGER: {{ .Values.hutch.squeegeeEditionDanger | quote }}\n TORPID: {{ .Values.hutch.torpid | quote }}\n WORD_DAMP: {{ .Values.hutch.wordDamp | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"hutch.fullname\" . }}-hutch\n labels:\n {{- include \"hutch.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: hutch\nspec:\n replicas: {{ .Values.hutch.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: hutch\n app.kubernetes.io/name: typical\n {{- include \"hutch.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: hutch\n app.kubernetes.io/name: typical\n {{- include \"hutch.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 87a67e0317850eddb8c70a0d16e293c42fb247e11ef5693bf3c04e64c6ef3438\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"hutch.fullname\" . }}-hutch\n image: {{ .Values.hutch.hutch.image.repository }}:{{ .Values.hutch.hutch.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.hutch.hutch.imagePullPolicy }}\n name: hutch\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.hutch.hutch.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.hutch.hutch.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"hutch.fullname\" . }}-hutch\n labels:\n {{- include \"hutch.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.hutch.type }}\n selector:\n app.kubernetes.io/instance: hutch\n app.kubernetes.io/name: typical\n {{- include \"hutch.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.hutch.ports | toYaml | nindent 2 -}}"
] | hutch:
decisivePanicCurd: methane
duelingPinstripe: drawbridge
eBookCommission: crayon
hospitalisationLizard: congressman
hutch:
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
salmonNoodles: gravitas
squeegeeEditionDanger: bride
torpid: doorbell
type: ClusterIP
wordDamp: discourse
kubernetesClusterDomain: cluster.local
|
suicide | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"suicide.fullname\" . }}-suicide\n labels:\n {{- include \"suicide.labels\" . | nindent 4 }}\ndata:\n PHRASING_CRUDE_HALL: {{ .Values.suicide.phrasingCrudeHall | quote }}\n SPORK: {{ .Values.suicide.spork | quote }}\n TRAIL_LEGGING: {{ .Values.suicide.trailLegging | quote }}\n WHISTLE_INDUSTRY_DEFENDER: {{ .Values.suicide.whistleIndustryDefender | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"suicide.fullname\" . }}-suicide\n labels:\n {{- include \"suicide.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: suicide\nspec:\n replicas: {{ .Values.suicide.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: suicide\n app.kubernetes.io/name: adult\n {{- include \"suicide.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: suicide\n app.kubernetes.io/name: adult\n {{- include \"suicide.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 070cefc7dc2bf99b19ea8cf9d72d8d95bbe7f25d575d7ebd7f2c9a1bdd497685\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"suicide.fullname\" . }}-suicide\n image: {{ .Values.suicide.suicide.image.repository }}:{{ .Values.suicide.suicide.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.suicide.suicide.imagePullPolicy }}\n name: suicide\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.suicide.suicide.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.suicide.suicide.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"suicide.fullname\" . }}-suicide\n labels:\n {{- include \"suicide.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.suicide.type }}\n selector:\n app.kubernetes.io/instance: suicide\n app.kubernetes.io/name: adult\n {{- include \"suicide.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.suicide.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
suicide:
phrasingCrudeHall: small
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
spork: unaccountable
suicide:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
trailLegging: transit
type: ClusterIP
whistleIndustryDefender: housewife
|
ribbon | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"ribbon.fullname\" . }}-ribbon\n labels:\n {{- include \"ribbon.labels\" . | nindent 4 }}\ndata:\n HANDOVER: {{ .Values.ribbon.handover | quote }}\n METAPHOR_CROSS-STITCH: {{ .Values.ribbon.metaphorCrossStitch | quote }}\n OBTAINABLE_AFTERNOON: {{ .Values.ribbon.obtainableAfternoon | quote }}\n PUNCH_SPOOL_TACO: {{ .Values.ribbon.punchSpoolTaco | quote }}\n QUICKSAND_SLINK: {{ .Values.ribbon.quicksandSlink | quote }}\n SKIRT: {{ .Values.ribbon.skirt | quote }}\n SPIRITUAL: {{ .Values.ribbon.spiritual | quote }}\n TINTYPE_DIVING: {{ .Values.ribbon.tintypeDiving | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"ribbon.fullname\" . }}-ribbon\n labels:\n {{- include \"ribbon.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: ribbon\nspec:\n replicas: {{ .Values.ribbon.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: ribbon\n app.kubernetes.io/name: mundane\n {{- include \"ribbon.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: ribbon\n app.kubernetes.io/name: mundane\n {{- include \"ribbon.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 4e9ebef704a83480629670634fe3ec46f87808f43c6fa50d680f6a90c8989a71\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"ribbon.fullname\" . }}-ribbon\n image: {{ .Values.ribbon.ribbon.image.repository }}:{{ .Values.ribbon.ribbon.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.ribbon.ribbon.imagePullPolicy }}\n name: ribbon\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.ribbon.ribbon.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.ribbon.ribbon.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"ribbon.fullname\" . }}-ribbon\n labels:\n {{- include \"ribbon.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.ribbon.type }}\n selector:\n app.kubernetes.io/instance: ribbon\n app.kubernetes.io/name: mundane\n {{- include \"ribbon.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.ribbon.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
ribbon:
handover: hallway
metaphorCrossStitch: casserole
obtainableAfternoon: popsicle
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
punchSpoolTaco: marshmallow
quicksandSlink: bibliography
replicas: 1
ribbon:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
skirt: volatile
spiritual: chrome
tintypeDiving: wrist
type: ClusterIP
|
ultra | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"ultra.fullname\" . }}-ultra\n labels:\n {{- include \"ultra.labels\" . | nindent 4 }}\ndata:\n AGENT_BANKBOOK_LAWN: {{ .Values.ultra.agentBankbookLawn | quote }}\n ANDROID_LIQUID_BRA: {{ .Values.ultra.androidLiquidBra | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"ultra.fullname\" . }}-ultra\n labels:\n {{- include \"ultra.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: ultra\nspec:\n replicas: {{ .Values.ultra.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: ultra\n app.kubernetes.io/name: outrage\n {{- include \"ultra.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: ultra\n app.kubernetes.io/name: outrage\n {{- include \"ultra.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 20112b3ceaa82df1c805d06ccdfdd40cb33315e6c893bbd17e4950aef511997b\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"ultra.fullname\" . }}-ultra\n image: {{ .Values.ultra.ultra.image.repository }}:{{ .Values.ultra.ultra.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.ultra.ultra.imagePullPolicy }}\n name: ultra\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.ultra.ultra.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.ultra.ultra.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"ultra.fullname\" . }}-ultra\n labels:\n {{- include \"ultra.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.ultra.type }}\n selector:\n app.kubernetes.io/instance: ultra\n app.kubernetes.io/name: outrage\n {{- include \"ultra.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.ultra.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
ultra:
agentBankbookLawn: angstrom
androidLiquidBra: pest
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
type: ClusterIP
ultra:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
|
needless | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"needless.fullname\" . }}-needless\n labels:\n {{- include \"needless.labels\" . | nindent 4 }}\ndata:\n DENSITY_DEADLINE_ONLINE: {{ .Values.needless.densityDeadlineOnline | quote }}\n EXPERTISE_CREWMAN_PACK: {{ .Values.needless.expertiseCrewmanPack | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"needless.fullname\" . }}-needless\n labels:\n {{- include \"needless.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: needless\nspec:\n replicas: {{ .Values.needless.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: needless\n app.kubernetes.io/name: drawer\n {{- include \"needless.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: needless\n app.kubernetes.io/name: drawer\n {{- include \"needless.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: f1ddd6e87e8eb45ba3cdf0d23256500d2c8cd8622770e1c9fd8354eb4a34e52b\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"needless.fullname\" . }}-needless\n image: {{ .Values.needless.needless.image.repository }}:{{ .Values.needless.needless.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.needless.needless.imagePullPolicy }}\n name: needless\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.needless.needless.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.needless.needless.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"needless.fullname\" . }}-needless\n labels:\n {{- include \"needless.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.needless.type }}\n selector:\n app.kubernetes.io/instance: needless\n app.kubernetes.io/name: drawer\n {{- include \"needless.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.needless.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
needless:
densityDeadlineOnline: history
expertiseCrewmanPack: civilization
needless:
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
|
kite | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"kite.fullname\" . }}-kite\n labels:\n {{- include \"kite.labels\" . | nindent 4 }}\ndata:\n BOOTIE_MOB_LUTE: {{ .Values.kite.bootieMobLute | quote }}\n COURT: {{ .Values.kite.court | quote }}\n DEAREST_SEEK: {{ .Values.kite.dearestSeek | quote }}\n JADE_STATISTICS: {{ .Values.kite.jadeStatistics | quote }}\n MRNA: {{ .Values.kite.mrna | quote }}\n NOD_INHERITANCE: {{ .Values.kite.nodInheritance | quote }}\n RUB: {{ .Values.kite.rub | quote }}\n TRAFFICKER: {{ .Values.kite.trafficker | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"kite.fullname\" . }}-kite\n labels:\n {{- include \"kite.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: kite\nspec:\n replicas: {{ .Values.kite.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: kite\n app.kubernetes.io/name: watcher\n {{- include \"kite.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: kite\n app.kubernetes.io/name: watcher\n {{- include \"kite.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 81fe9a74054eceb1a59827246405e861c1f9b4f977b0d4cc4680dc85bb928854\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"kite.fullname\" . }}-kite\n image: {{ .Values.kite.kite.image.repository }}:{{ .Values.kite.kite.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.kite.kite.imagePullPolicy }}\n name: kite\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.kite.kite.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.kite.kite.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"kite.fullname\" . }}-kite\n labels:\n {{- include \"kite.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.kite.type }}\n selector:\n app.kubernetes.io/instance: kite\n app.kubernetes.io/name: watcher\n {{- include \"kite.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.kite.ports | toYaml | nindent 2 -}}"
] | kite:
bootieMobLute: urge
court: jot
dearestSeek: childlike
jadeStatistics: railway
kite:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
mrna: damage
nodInheritance: formula
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
rub: consistency
trafficker: urgency
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
folk | [
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"folk.fullname\" . }}-folk\n labels:\n {{- include \"folk.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: folk\nspec:\n replicas: {{ .Values.folk.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: folk\n app.kubernetes.io/name: scallops\n {{- include \"folk.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: folk\n app.kubernetes.io/name: scallops\n {{- include \"folk.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.folk.folk.image.repository }}:{{ .Values.folk.folk.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.folk.folk.imagePullPolicy }}\n name: folk\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.folk.folk.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.folk.folk.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"folk.fullname\" . }}-folk\n labels:\n {{- include \"folk.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.folk.type }}\n selector:\n app.kubernetes.io/instance: folk\n app.kubernetes.io/name: scallops\n {{- include \"folk.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.folk.ports | toYaml | nindent 2 -}}"
] | folk:
folk:
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
|
rowing | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"rowing.fullname\" . }}-rowing\n labels:\n {{- include \"rowing.labels\" . | nindent 4 }}\ndata:\n HORNET_HAPPENING: {{ .Values.rowing.hornetHappening | quote }}\n INCARNATION: {{ .Values.rowing.incarnation | quote }}\n UPLIFT_LOX: {{ .Values.rowing.upliftLox | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"rowing.fullname\" . }}-rowing\n labels:\n {{- include \"rowing.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: rowing\nspec:\n replicas: {{ .Values.rowing.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: rowing\n app.kubernetes.io/name: detector\n {{- include \"rowing.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: rowing\n app.kubernetes.io/name: detector\n {{- include \"rowing.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: fb7c1af3bdcfb17aa2c9d74045e0768eac30e199f54395c33489f22f04d8abf2\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"rowing.fullname\" . }}-rowing\n image: {{ .Values.rowing.rowing.image.repository }}:{{ .Values.rowing.rowing.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.rowing.rowing.imagePullPolicy }}\n name: rowing\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.rowing.rowing.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.rowing.rowing.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"rowing.fullname\" . }}-rowing\n labels:\n {{- include \"rowing.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.rowing.type }}\n selector:\n app.kubernetes.io/instance: rowing\n app.kubernetes.io/name: detector\n {{- include \"rowing.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.rowing.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
rowing:
hornetHappening: icy
incarnation: improve
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
rowing:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
type: ClusterIP
upliftLox: waist
|
dome | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"dome.fullname\" . }}-dome\n labels:\n {{- include \"dome.labels\" . | nindent 4 }}\ndata:\n GIFTED: {{ .Values.dome.gifted | quote }}\n PINECONE: {{ .Values.dome.pinecone | quote }}\n SHOOTDOWN_FREON: {{ .Values.dome.shootdownFreon | quote }}\n SPECTACULAR_ACTION: {{ .Values.dome.spectacularAction | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"dome.fullname\" . }}-dome\n labels:\n {{- include \"dome.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: dome\nspec:\n replicas: {{ .Values.dome.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: dome\n app.kubernetes.io/name: choosing\n {{- include \"dome.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: dome\n app.kubernetes.io/name: choosing\n {{- include \"dome.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 5d17735ee26868d466acb68e7291fec26684f0599cf4176c796888bbc4f94052\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"dome.fullname\" . }}-dome\n image: {{ .Values.dome.dome.image.repository }}:{{ .Values.dome.dome.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.dome.dome.imagePullPolicy }}\n name: dome\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.dome.dome.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.dome.dome.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"dome.fullname\" . }}-dome\n labels:\n {{- include \"dome.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.dome.type }}\n selector:\n app.kubernetes.io/instance: dome\n app.kubernetes.io/name: choosing\n {{- include \"dome.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.dome.ports | toYaml | nindent 2 -}}"
] | dome:
dome:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
gifted: stadium
pinecone: cable
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
shootdownFreon: light
spectacularAction: equipment
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
pack | [
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"pack.fullname\" . }}-pack\n labels:\n {{- include \"pack.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: pack\nspec:\n replicas: {{ .Values.pack.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: pack\n app.kubernetes.io/name: conceptualize\n {{- include \"pack.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: pack\n app.kubernetes.io/name: conceptualize\n {{- include \"pack.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.pack.pack.image.repository }}:{{ .Values.pack.pack.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.pack.pack.imagePullPolicy }}\n name: pack\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.pack.pack.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.pack.pack.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"pack.fullname\" . }}-pack\n labels:\n {{- include \"pack.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.pack.type }}\n selector:\n app.kubernetes.io/instance: pack\n app.kubernetes.io/name: conceptualize\n {{- include \"pack.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.pack.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
pack:
pack:
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
|
economy | [
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"economy.fullname\" . }}-economy\n labels:\n {{- include \"economy.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: economy\nspec:\n replicas: {{ .Values.economy.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: economy\n app.kubernetes.io/name: canopy\n {{- include \"economy.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: economy\n app.kubernetes.io/name: canopy\n {{- include \"economy.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.economy.economy.image.repository }}:{{ .Values.economy.economy.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.economy.economy.imagePullPolicy }}\n name: economy\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.economy.economy.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.economy.economy.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"economy.fullname\" . }}-economy\n labels:\n {{- include \"economy.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.economy.type }}\n selector:\n app.kubernetes.io/instance: economy\n app.kubernetes.io/name: canopy\n {{- include \"economy.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.economy.ports | toYaml | nindent 2 -}}"
] | economy:
economy:
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
|
accordion | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"accordion.fullname\" . }}-accordion\n labels:\n {{- include \"accordion.labels\" . | nindent 4 }}\ndata:\n CONFECTIONERY_MUSCATEL: {{ .Values.accordion.confectioneryMuscatel | quote }}\n DECISION-MAKING_CHILDBIRTH_CHURCH: {{ .Values.accordion.decisionMakingChildbirthChurch\n | quote }}\n ETHYL_SEAT: {{ .Values.accordion.ethylSeat | quote }}\n FLANKER_ROCKER_SQUEAMISH: {{ .Values.accordion.flankerRockerSqueamish | quote }}\n PETITION: {{ .Values.accordion.petition | quote }}\n TASTEFUL_HUNCHBACK_BANKRUPTCY: {{ .Values.accordion.tastefulHunchbackBankruptcy\n | quote }}\n TOAD_CILANTRO: {{ .Values.accordion.toadCilantro | quote }}\n TRUNK_BLOT_ANKLET: {{ .Values.accordion.trunkBlotAnklet | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"accordion.fullname\" . }}-accordion\n labels:\n {{- include \"accordion.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: accordion\nspec:\n replicas: {{ .Values.accordion.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: accordion\n app.kubernetes.io/name: marmalade\n {{- include \"accordion.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: accordion\n app.kubernetes.io/name: marmalade\n {{- include \"accordion.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 2f456424cd61e4702d3255939362b8732141f3ef19aa9c36468e5910844abe2f\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"accordion.fullname\" . }}-accordion\n image: {{ .Values.accordion.accordion.image.repository }}:{{ .Values.accordion.accordion.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.accordion.accordion.imagePullPolicy }}\n name: accordion\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.accordion.accordion.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.accordion.accordion.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"accordion.fullname\" . }}-accordion\n labels:\n {{- include \"accordion.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.accordion.type }}\n selector:\n app.kubernetes.io/instance: accordion\n app.kubernetes.io/name: marmalade\n {{- include \"accordion.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.accordion.ports | toYaml | nindent 2 -}}"
] | accordion:
accordion:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
confectioneryMuscatel: alcohol
decisionMakingChildbirthChurch: safeguard
ethylSeat: dealer
flankerRockerSqueamish: invite
petition: samurai
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
tastefulHunchbackBankruptcy: tin
toadCilantro: pistol
trunkBlotAnklet: winter
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
testy | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"testy.fullname\" . }}-testy\n labels:\n {{- include \"testy.labels\" . | nindent 4 }}\ndata:\n DAYBED_RAINSTORM: {{ .Values.testy.daybedRainstorm | quote }}\n FEE: {{ .Values.testy.fee | quote }}\n LOQUAT_BED: {{ .Values.testy.loquatBed | quote }}\n VICTIM_GO_FORTE: {{ .Values.testy.victimGoForte | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"testy.fullname\" . }}-testy\n labels:\n {{- include \"testy.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: testy\nspec:\n replicas: {{ .Values.testy.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: testy\n app.kubernetes.io/name: president\n {{- include \"testy.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: testy\n app.kubernetes.io/name: president\n {{- include \"testy.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: a7b842fb582de1188fff8c9252d69dab5f62a38d09bf9b7e6aca5261eddc8f02\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"testy.fullname\" . }}-testy\n image: {{ .Values.testy.testy.image.repository }}:{{ .Values.testy.testy.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.testy.testy.imagePullPolicy }}\n name: testy\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.testy.testy.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.testy.testy.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"testy.fullname\" . }}-testy\n labels:\n {{- include \"testy.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.testy.type }}\n selector:\n app.kubernetes.io/instance: testy\n app.kubernetes.io/name: president\n {{- include \"testy.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.testy.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
testy:
daybedRainstorm: nut
fee: cupcake
loquatBed: octagon
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
testy:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
type: ClusterIP
victimGoForte: watchmaker
|
interview | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"interview.fullname\" . }}-interview\n labels:\n {{- include \"interview.labels\" . | nindent 4 }}\ndata:\n ENZYME_HUNGRY: {{ .Values.interview.enzymeHungry | quote }}\n LETTUCE_MATH_ALTAR: {{ .Values.interview.lettuceMathAltar | quote }}\n MASTERPIECE_POSSESS_RETAILER: {{ .Values.interview.masterpiecePossessRetailer |\n quote }}\n PERFORM_CHASSIS: {{ .Values.interview.performChassis | quote }}\n RAMBUNCTIOUS_CELERY: {{ .Values.interview.rambunctiousCelery | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"interview.fullname\" . }}-interview\n labels:\n {{- include \"interview.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: interview\nspec:\n replicas: {{ .Values.interview.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: interview\n app.kubernetes.io/name: decision\n {{- include \"interview.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: interview\n app.kubernetes.io/name: decision\n {{- include \"interview.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 5a09c4d485568047167df8508d9b39e93655b9cd87a98f7a1ac0d6d1086c6573\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"interview.fullname\" . }}-interview\n image: {{ .Values.interview.interview.image.repository }}:{{ .Values.interview.interview.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.interview.interview.imagePullPolicy }}\n name: interview\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.interview.interview.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.interview.interview.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"interview.fullname\" . }}-interview\n labels:\n {{- include \"interview.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.interview.type }}\n selector:\n app.kubernetes.io/instance: interview\n app.kubernetes.io/name: decision\n {{- include \"interview.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.interview.ports | toYaml | nindent 2 -}}"
] | interview:
enzymeHungry: drinking
interview:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
lettuceMathAltar: hair
masterpiecePossessRetailer: stallion
performChassis: runway
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
rambunctiousCelery: salty
replicas: 1
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
cannibal | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"cannibal.fullname\" . }}-cannibal\n labels:\n {{- include \"cannibal.labels\" . | nindent 4 }}\ndata:\n ALIVE: {{ .Values.cannibal.alive | quote }}\n ARRAY: {{ .Values.cannibal.array | quote }}\n PRIOR: {{ .Values.cannibal.prior | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"cannibal.fullname\" . }}-cannibal\n labels:\n {{- include \"cannibal.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: cannibal\nspec:\n replicas: {{ .Values.cannibal.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: cannibal\n app.kubernetes.io/name: adverb\n {{- include \"cannibal.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: cannibal\n app.kubernetes.io/name: adverb\n {{- include \"cannibal.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 27f0c4715e7d54bf8dcb01b9a66251ac3c1670685bc1e23c1c0af4995e4e607e\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"cannibal.fullname\" . }}-cannibal\n image: {{ .Values.cannibal.cannibal.image.repository }}:{{ .Values.cannibal.cannibal.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.cannibal.cannibal.imagePullPolicy }}\n name: cannibal\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.cannibal.cannibal.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.cannibal.cannibal.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"cannibal.fullname\" . }}-cannibal\n labels:\n {{- include \"cannibal.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.cannibal.type }}\n selector:\n app.kubernetes.io/instance: cannibal\n app.kubernetes.io/name: adverb\n {{- include \"cannibal.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.cannibal.ports | toYaml | nindent 2 -}}"
] | cannibal:
alive: git
array: slippery
cannibal:
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
prior: castanet
replicas: 1
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
boycott | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"boycott.fullname\" . }}-boycott\n labels:\n {{- include \"boycott.labels\" . | nindent 4 }}\ndata:\n CERTIFICATE_CARPENTER: {{ .Values.boycott.certificateCarpenter | quote }}\n HABITAT: {{ .Values.boycott.habitat | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"boycott.fullname\" . }}-boycott\n labels:\n {{- include \"boycott.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: boycott\nspec:\n replicas: {{ .Values.boycott.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: boycott\n app.kubernetes.io/name: nightclub\n {{- include \"boycott.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: boycott\n app.kubernetes.io/name: nightclub\n {{- include \"boycott.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 72d463516adad1183518ba3eea7182872d373c9a9831d730d7aaa6c5dbf6d525\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"boycott.fullname\" . }}-boycott\n image: {{ .Values.boycott.boycott.image.repository }}:{{ .Values.boycott.boycott.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.boycott.boycott.imagePullPolicy }}\n name: boycott\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.boycott.boycott.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.boycott.boycott.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"boycott.fullname\" . }}-boycott\n labels:\n {{- include \"boycott.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.boycott.type }}\n selector:\n app.kubernetes.io/instance: boycott\n app.kubernetes.io/name: nightclub\n {{- include \"boycott.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.boycott.ports | toYaml | nindent 2 -}}"
] | boycott:
boycott:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
certificateCarpenter: disclaimer
habitat: example
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
jury | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"jury.fullname\" . }}-jury\n labels:\n {{- include \"jury.labels\" . | nindent 4 }}\ndata:\n MANAGE_TELESCREEN: {{ .Values.jury.manageTelescreen | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"jury.fullname\" . }}-jury\n labels:\n {{- include \"jury.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: jury\nspec:\n replicas: {{ .Values.jury.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: jury\n app.kubernetes.io/name: enlist\n {{- include \"jury.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: jury\n app.kubernetes.io/name: enlist\n {{- include \"jury.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: c9703f537fc6f479ab6b3b93e324171a9ac33be16e88feb2a7af1bd5f31ddcca\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"jury.fullname\" . }}-jury\n image: {{ .Values.jury.jury.image.repository }}:{{ .Values.jury.jury.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.jury.jury.imagePullPolicy }}\n name: jury\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.jury.jury.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.jury.jury.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"jury.fullname\" . }}-jury\n labels:\n {{- include \"jury.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.jury.type }}\n selector:\n app.kubernetes.io/instance: jury\n app.kubernetes.io/name: enlist\n {{- include \"jury.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.jury.ports | toYaml | nindent 2 -}}"
] | jury:
jury:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
manageTelescreen: rope
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
prior | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"prior.fullname\" . }}-prior\n labels:\n {{- include \"prior.labels\" . | nindent 4 }}\ndata:\n APPROVAL: {{ .Values.prior.approval | quote }}\n MOSQUE_CRIBBAGE_IMAGINARY: {{ .Values.prior.mosqueCribbageImaginary | quote }}\n SUNDIAL: {{ .Values.prior.sundial | quote }}\n WRAPAROUND: {{ .Values.prior.wraparound | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"prior.fullname\" . }}-prior\n labels:\n {{- include \"prior.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: prior\nspec:\n replicas: {{ .Values.prior.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: prior\n app.kubernetes.io/name: initialize\n {{- include \"prior.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: prior\n app.kubernetes.io/name: initialize\n {{- include \"prior.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 544fafc49da03cbc8bede5abe63e3b89a54f9f86cb0c860a53928251ec0a3dcd\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"prior.fullname\" . }}-prior\n image: {{ .Values.prior.prior.image.repository }}:{{ .Values.prior.prior.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.prior.prior.imagePullPolicy }}\n name: prior\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.prior.prior.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.prior.prior.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"prior.fullname\" . }}-prior\n labels:\n {{- include \"prior.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.prior.type }}\n selector:\n app.kubernetes.io/instance: prior\n app.kubernetes.io/name: initialize\n {{- include \"prior.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.prior.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
prior:
approval: paperback
mosqueCribbageImaginary: glacier
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
prior:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
replicas: 1
sundial: lending
type: ClusterIP
wraparound: pilgrimage
|
potty | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"potty.fullname\" . }}-potty\n labels:\n {{- include \"potty.labels\" . | nindent 4 }}\ndata:\n DECISIVE_ATTRIBUTE_SATISFACTION: {{ .Values.potty.decisiveAttributeSatisfaction\n | quote }}\n ELM_SPORK: {{ .Values.potty.elmSpork | quote }}\n GUARD: {{ .Values.potty.guard | quote }}\n SKIN: {{ .Values.potty.skin | quote }}\n STRATEGY: {{ .Values.potty.strategy | quote }}\n WINGMAN_NATION_ATRIUM: {{ .Values.potty.wingmanNationAtrium | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"potty.fullname\" . }}-potty\n labels:\n {{- include \"potty.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: potty\nspec:\n replicas: {{ .Values.potty.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: potty\n app.kubernetes.io/name: maddening\n {{- include \"potty.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: potty\n app.kubernetes.io/name: maddening\n {{- include \"potty.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 3736eef876d2aaec552502db6d51e277d80f92ae54f8eb434e9261209d47341d\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"potty.fullname\" . }}-potty\n image: {{ .Values.potty.potty.image.repository }}:{{ .Values.potty.potty.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.potty.potty.imagePullPolicy }}\n name: potty\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.potty.potty.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.potty.potty.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"potty.fullname\" . }}-potty\n labels:\n {{- include \"potty.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.potty.type }}\n selector:\n app.kubernetes.io/instance: potty\n app.kubernetes.io/name: maddening\n {{- include \"potty.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.potty.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
potty:
decisiveAttributeSatisfaction: caribou
elmSpork: diversity
guard: input
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
potty:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
replicas: 1
skin: wagon
strategy: sleepiness
type: ClusterIP
wingmanNationAtrium: piety
|
prosperity | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"prosperity.fullname\" . }}-prosperity\n labels:\n {{- include \"prosperity.labels\" . | nindent 4 }}\ndata:\n ASH_FEAR_TATTLER: {{ .Values.prosperity.ashFearTattler | quote }}\n COMPLAINT: {{ .Values.prosperity.complaint | quote }}\n COOPERATIVE_SIGHTSEEING_IRIDESCENCE: {{ .Values.prosperity.cooperativeSightseeingIridescence\n | quote }}\n DETAINEE_WHISKEY: {{ .Values.prosperity.detaineeWhiskey | quote }}\n PENDULUM_SUBSIDY_SEQUENCE: {{ .Values.prosperity.pendulumSubsidySequence | quote\n }}\n PILAF: {{ .Values.prosperity.pilaf | quote }}\n PLEASANT: {{ .Values.prosperity.pleasant | quote }}\n WHISKEY_COMPASSION: {{ .Values.prosperity.whiskeyCompassion | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"prosperity.fullname\" . }}-prosperity\n labels:\n {{- include \"prosperity.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: prosperity\nspec:\n replicas: {{ .Values.prosperity.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: prosperity\n app.kubernetes.io/name: shoe-horn\n {{- include \"prosperity.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: prosperity\n app.kubernetes.io/name: shoe-horn\n {{- include \"prosperity.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 6e84e25121bdf714b6abfa7692d0186b63815cdb5aad201eb2fc567b096f0648\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"prosperity.fullname\" . }}-prosperity\n image: {{ .Values.prosperity.prosperity.image.repository }}:{{ .Values.prosperity.prosperity.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.prosperity.prosperity.imagePullPolicy }}\n name: prosperity\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.prosperity.prosperity.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.prosperity.prosperity.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"prosperity.fullname\" . }}-prosperity\n labels:\n {{- include \"prosperity.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.prosperity.type }}\n selector:\n app.kubernetes.io/instance: prosperity\n app.kubernetes.io/name: shoe-horn\n {{- include \"prosperity.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.prosperity.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
prosperity:
ashFearTattler: dressing
complaint: lacking
cooperativeSightseeingIridescence: subtract
detaineeWhiskey: reveal
pendulumSubsidySequence: traveler
pilaf: vinyl
pleasant: temperature
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
prosperity:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
replicas: 1
type: ClusterIP
whiskeyCompassion: condor
|
civilisation | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"civilisation.fullname\" . }}-civilisation\n labels:\n {{- include \"civilisation.labels\" . | nindent 4 }}\ndata:\n COWARDLY_BLUE_MELT: {{ .Values.civilisation.cowardlyBlueMelt | quote }}\n REFLECTION: {{ .Values.civilisation.reflection | quote }}\n SHRUG: {{ .Values.civilisation.shrug | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"civilisation.fullname\" . }}-civilisation\n labels:\n {{- include \"civilisation.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: civilisation\nspec:\n replicas: {{ .Values.civilisation.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: civilisation\n app.kubernetes.io/name: upward\n {{- include \"civilisation.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: civilisation\n app.kubernetes.io/name: upward\n {{- include \"civilisation.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: ff4e0c6ed1978f36d087660a8e225c632c8d73d7e37c166416988d7e81be0acf\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"civilisation.fullname\" . }}-civilisation\n image: {{ .Values.civilisation.civilisation.image.repository }}:{{ .Values.civilisation.civilisation.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.civilisation.civilisation.imagePullPolicy }}\n name: civilisation\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.civilisation.civilisation.resources | nindent 10\n }}\n securityContext: {{- toYaml .Values.civilisation.civilisation.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"civilisation.fullname\" . }}-civilisation\n labels:\n {{- include \"civilisation.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.civilisation.type }}\n selector:\n app.kubernetes.io/instance: civilisation\n app.kubernetes.io/name: upward\n {{- include \"civilisation.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.civilisation.ports | toYaml | nindent 2 -}}"
] | civilisation:
civilisation:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
cowardlyBlueMelt: phosphate
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
reflection: warming
replicas: 1
shrug: habitat
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
frame | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"frame.fullname\" . }}-frame\n labels:\n {{- include \"frame.labels\" . | nindent 4 }}\ndata:\n OATMEAL_STEP-SON_SHED: {{ .Values.frame.oatmealStepSonShed | quote }}\n TELESCREEN_TEMPO_QUILT: {{ .Values.frame.telescreenTempoQuilt | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"frame.fullname\" . }}-frame\n labels:\n {{- include \"frame.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: frame\nspec:\n replicas: {{ .Values.frame.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: frame\n app.kubernetes.io/name: steel\n {{- include \"frame.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: frame\n app.kubernetes.io/name: steel\n {{- include \"frame.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: a7f2ee2c08562f0c27ba23032d219abbc0d994119282e5c8d5fba7671dc706bf\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"frame.fullname\" . }}-frame\n image: {{ .Values.frame.frame.image.repository }}:{{ .Values.frame.frame.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.frame.frame.imagePullPolicy }}\n name: frame\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.frame.frame.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.frame.frame.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"frame.fullname\" . }}-frame\n labels:\n {{- include \"frame.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.frame.type }}\n selector:\n app.kubernetes.io/instance: frame\n app.kubernetes.io/name: steel\n {{- include \"frame.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.frame.ports | toYaml | nindent 2 -}}"
] | frame:
frame:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
oatmealStepSonShed: doctrine
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
telescreenTempoQuilt: fish
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
bolero | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"bolero.fullname\" . }}-bolero\n labels:\n {{- include \"bolero.labels\" . | nindent 4 }}\ndata:\n DECORATION_IGNORANT_SUSPENSION: {{ .Values.bolero.decorationIgnorantSuspension\n | quote }}\n GRAND_VENOM: {{ .Values.bolero.grandVenom | quote }}\n HELICOPTER: {{ .Values.bolero.helicopter | quote }}\n LATE_ASTRONOMY_FIX: {{ .Values.bolero.lateAstronomyFix | quote }}\n MEANTIME: {{ .Values.bolero.meantime | quote }}\n PASSBOOK_BEWILDERED_HANDFUL: {{ .Values.bolero.passbookBewilderedHandful | quote\n }}\n PRONOUN: {{ .Values.bolero.pronoun | quote }}\n SLEUTH: {{ .Values.bolero.sleuth | quote }}\n STENCIL_SINUOSITY_WOBBLE: {{ .Values.bolero.stencilSinuosityWobble | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"bolero.fullname\" . }}-bolero\n labels:\n {{- include \"bolero.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: bolero\nspec:\n replicas: {{ .Values.bolero.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: bolero\n app.kubernetes.io/name: dragon\n {{- include \"bolero.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: bolero\n app.kubernetes.io/name: dragon\n {{- include \"bolero.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: dffa4f7f9788e9135379cd0f8c7fc25564d10dfa94a299d832fd65952300b50f\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"bolero.fullname\" . }}-bolero\n image: {{ .Values.bolero.bolero.image.repository }}:{{ .Values.bolero.bolero.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.bolero.bolero.imagePullPolicy }}\n name: bolero\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.bolero.bolero.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.bolero.bolero.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"bolero.fullname\" . }}-bolero\n labels:\n {{- include \"bolero.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.bolero.type }}\n selector:\n app.kubernetes.io/instance: bolero\n app.kubernetes.io/name: dragon\n {{- include \"bolero.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.bolero.ports | toYaml | nindent 2 -}}"
] | bolero:
bolero:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
decorationIgnorantSuspension: illness
grandVenom: terminal
helicopter: ruddy
lateAstronomyFix: ask
meantime: pigsty
passbookBewilderedHandful: warming
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
pronoun: sidewalk
replicas: 1
sleuth: deserted
stencilSinuosityWobble: kennel
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
plow | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"plow.fullname\" . }}-plow\n labels:\n {{- include \"plow.labels\" . | nindent 4 }}\ndata:\n ALE: {{ .Values.plow.ale | quote }}\n BELLIGERENT_INFUSION_ALTAR: {{ .Values.plow.belligerentInfusionAltar | quote }}\n BUSINESS_BOUQUET_RELIEF: {{ .Values.plow.businessBouquetRelief | quote }}\n CUTICLE_DIRECTIVE_SCHOLAR: {{ .Values.plow.cuticleDirectiveScholar | quote }}\n DAY_ADOBE_PREVENT: {{ .Values.plow.dayAdobePrevent | quote }}\n FERRET: {{ .Values.plow.ferret | quote }}\n GYMNASTICS: {{ .Values.plow.gymnastics | quote }}\n LASAGNA_DEVIANCE: {{ .Values.plow.lasagnaDeviance | quote }}\n SCOOTER: {{ .Values.plow.scooter | quote }}\n STATEMENT_RICH: {{ .Values.plow.statementRich | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"plow.fullname\" . }}-plow\n labels:\n {{- include \"plow.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: plow\nspec:\n replicas: {{ .Values.plow.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: plow\n app.kubernetes.io/name: cutlet\n {{- include \"plow.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: plow\n app.kubernetes.io/name: cutlet\n {{- include \"plow.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: bd1efa0ef9fadb9cf597e8b23b5399df59efd11121a6037af809cb8399c20f5f\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"plow.fullname\" . }}-plow\n image: {{ .Values.plow.plow.image.repository }}:{{ .Values.plow.plow.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.plow.plow.imagePullPolicy }}\n name: plow\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.plow.plow.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.plow.plow.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"plow.fullname\" . }}-plow\n labels:\n {{- include \"plow.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.plow.type }}\n selector:\n app.kubernetes.io/instance: plow\n app.kubernetes.io/name: cutlet\n {{- include \"plow.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.plow.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
plow:
ale: rebellious
belligerentInfusionAltar: training
businessBouquetRelief: frown
cuticleDirectiveScholar: branch
dayAdobePrevent: observation
ferret: jewel
gymnastics: camel
lasagnaDeviance: melodic
plow:
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
scooter: afraid
statementRich: weeder
type: ClusterIP
|
mini-skirt | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"mini-skirt.fullname\" . }}-mini-skirt\n labels:\n {{- include \"mini-skirt.labels\" . | nindent 4 }}\ndata:\n DISILLUSIONED_DISCOVER_STRENGTHEN: {{ .Values.miniSkirt.disillusionedDiscoverStrengthen\n | quote }}\n FEATURE: {{ .Values.miniSkirt.feature | quote }}\n QUESTION_TERMINATION: {{ .Values.miniSkirt.questionTermination | quote }}\n SILVER_ERROR: {{ .Values.miniSkirt.silverError | quote }}\n WILLOW_COLLEGE: {{ .Values.miniSkirt.willowCollege | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"mini-skirt.fullname\" . }}-mini-skirt\n labels:\n {{- include \"mini-skirt.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: mini-skirt\nspec:\n replicas: {{ .Values.miniSkirt.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: mini-skirt\n app.kubernetes.io/name: answer\n {{- include \"mini-skirt.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: mini-skirt\n app.kubernetes.io/name: answer\n {{- include \"mini-skirt.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 1e66cc531548e7e60e5cdd7b696155addc4176b1bee8ddc177f8cab896601445\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"mini-skirt.fullname\" . }}-mini-skirt\n image: {{ .Values.miniSkirt.miniSkirt.image.repository }}:{{ .Values.miniSkirt.miniSkirt.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.miniSkirt.miniSkirt.imagePullPolicy }}\n name: mini-skirt\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.miniSkirt.miniSkirt.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.miniSkirt.miniSkirt.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"mini-skirt.fullname\" . }}-mini-skirt\n labels:\n {{- include \"mini-skirt.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.miniSkirt.type }}\n selector:\n app.kubernetes.io/instance: mini-skirt\n app.kubernetes.io/name: answer\n {{- include \"mini-skirt.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.miniSkirt.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
miniSkirt:
disillusionedDiscoverStrengthen: migrant
feature: advice
miniSkirt:
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
questionTermination: fruit
replicas: 1
silverError: thinking
type: ClusterIP
willowCollege: mighty
|
nose | [
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"nose.fullname\" . }}-nose\n labels:\n {{- include \"nose.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: nose\nspec:\n replicas: {{ .Values.nose.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: nose\n app.kubernetes.io/name: diving\n {{- include \"nose.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: nose\n app.kubernetes.io/name: diving\n {{- include \"nose.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.nose.nose.image.repository }}:{{ .Values.nose.nose.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.nose.nose.imagePullPolicy }}\n name: nose\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.nose.nose.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.nose.nose.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"nose.fullname\" . }}-nose\n labels:\n {{- include \"nose.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.nose.type }}\n selector:\n app.kubernetes.io/instance: nose\n app.kubernetes.io/name: diving\n {{- include \"nose.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.nose.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
nose:
nose:
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
|
fraud | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"fraud.fullname\" . }}-fraud\n labels:\n {{- include \"fraud.labels\" . | nindent 4 }}\ndata:\n ABASHED: {{ .Values.fraud.abashed | quote }}\n TRACT: {{ .Values.fraud.tract | quote }}\n TULIP_FALLACIOUS: {{ .Values.fraud.tulipFallacious | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"fraud.fullname\" . }}-fraud\n labels:\n {{- include \"fraud.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: fraud\nspec:\n replicas: {{ .Values.fraud.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: fraud\n app.kubernetes.io/name: doughnut\n {{- include \"fraud.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: fraud\n app.kubernetes.io/name: doughnut\n {{- include \"fraud.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 791ec8e1985a8921f9eba3fd87f48732c3b67122bd3bbb020301758963b80bb5\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"fraud.fullname\" . }}-fraud\n image: {{ .Values.fraud.fraud.image.repository }}:{{ .Values.fraud.fraud.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.fraud.fraud.imagePullPolicy }}\n name: fraud\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.fraud.fraud.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.fraud.fraud.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"fraud.fullname\" . }}-fraud\n labels:\n {{- include \"fraud.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.fraud.type }}\n selector:\n app.kubernetes.io/instance: fraud\n app.kubernetes.io/name: doughnut\n {{- include \"fraud.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.fraud.ports | toYaml | nindent 2 -}}"
] | fraud:
abashed: heat
fraud:
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
tract: crumb
tulipFallacious: insulation
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
clean | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"clean.fullname\" . }}-clean\n labels:\n {{- include \"clean.labels\" . | nindent 4 }}\ndata:\n ACTIVATE_DREAM: {{ .Values.clean.activateDream | quote }}\n AXIOMATIC_SLIDER: {{ .Values.clean.axiomaticSlider | quote }}\n ELF_TOP-HAT_REMINDER: {{ .Values.clean.elfTopHatReminder | quote }}\n FORELIMB_TOOTHPASTE_PLANET: {{ .Values.clean.forelimbToothpastePlanet | quote }}\n GINGER: {{ .Values.clean.ginger | quote }}\n PART_GALE: {{ .Values.clean.partGale | quote }}\n PLACE: {{ .Values.clean.place | quote }}\n WAD_MAYOR: {{ .Values.clean.wadMayor | quote }}\n WALLET: {{ .Values.clean.wallet | quote }}\n WIDE_BEHEADING: {{ .Values.clean.wideBeheading | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"clean.fullname\" . }}-clean\n labels:\n {{- include \"clean.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: clean\nspec:\n replicas: {{ .Values.clean.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: clean\n app.kubernetes.io/name: gainful\n {{- include \"clean.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: clean\n app.kubernetes.io/name: gainful\n {{- include \"clean.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: d569bd5c641ac7bc14796804f4ff5b9e97f914f3a797c961eb7070cf3178621a\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"clean.fullname\" . }}-clean\n image: {{ .Values.clean.clean.image.repository }}:{{ .Values.clean.clean.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.clean.clean.imagePullPolicy }}\n name: clean\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.clean.clean.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.clean.clean.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"clean.fullname\" . }}-clean\n labels:\n {{- include \"clean.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.clean.type }}\n selector:\n app.kubernetes.io/instance: clean\n app.kubernetes.io/name: gainful\n {{- include \"clean.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.clean.ports | toYaml | nindent 2 -}}"
] | clean:
activateDream: proposal
axiomaticSlider: adobe
clean:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
elfTopHatReminder: functional
forelimbToothpastePlanet: designer
ginger: shut
partGale: aback
place: chug
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
type: ClusterIP
wadMayor: concert
wallet: frustration
wideBeheading: aperitif
kubernetesClusterDomain: cluster.local
|
talent | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"talent.fullname\" . }}-talent\n labels:\n {{- include \"talent.labels\" . | nindent 4 }}\ndata:\n AUSPICIOUS: {{ .Values.talent.auspicious | quote }}\n CITIZENSHIP_BATTING: {{ .Values.talent.citizenshipBatting | quote }}\n COLLAR: {{ .Values.talent.collar | quote }}\n COMPETITOR_DESERVE_LUCKY: {{ .Values.talent.competitorDeserveLucky | quote }}\n ENDIVE_PREGNANCY: {{ .Values.talent.endivePregnancy | quote }}\n EXAMPLE_CLERK_TIMBER: {{ .Values.talent.exampleClerkTimber | quote }}\n FORCE: {{ .Values.talent.force | quote }}\n FRONT: {{ .Values.talent.front | quote }}\n GREAT-GRANDMOTHER_PURPOSE: {{ .Values.talent.greatGrandmotherPurpose | quote }}\n INHIBITION_ASSESSMENT: {{ .Values.talent.inhibitionAssessment | quote }}\n SQUASH: {{ .Values.talent.squash | quote }}\n TRY_ROCKET_BOND: {{ .Values.talent.tryRocketBond | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"talent.fullname\" . }}-talent\n labels:\n {{- include \"talent.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: talent\nspec:\n replicas: {{ .Values.talent.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: talent\n app.kubernetes.io/name: cousin\n {{- include \"talent.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: talent\n app.kubernetes.io/name: cousin\n {{- include \"talent.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: c4c33eb808877515d565d26cd9f5e18212be699c47f06254dd68b558c74382f3\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"talent.fullname\" . }}-talent\n image: {{ .Values.talent.talent.image.repository }}:{{ .Values.talent.talent.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.talent.talent.imagePullPolicy }}\n name: talent\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.talent.talent.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.talent.talent.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"talent.fullname\" . }}-talent\n labels:\n {{- include \"talent.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.talent.type }}\n selector:\n app.kubernetes.io/instance: talent\n app.kubernetes.io/name: cousin\n {{- include \"talent.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.talent.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
talent:
auspicious: eavesdropper
citizenshipBatting: message
collar: catamaran
competitorDeserveLucky: sticky
endivePregnancy: tool
exampleClerkTimber: horror
force: hint
front: cuckoo
greatGrandmotherPurpose: skate
inhibitionAssessment: lightscreen
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
squash: currency
talent:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
tryRocketBond: cover
type: ClusterIP
|
request | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"request.fullname\" . }}-request\n labels:\n {{- include \"request.labels\" . | nindent 4 }}\ndata:\n MODEL_BIKE: {{ .Values.request.modelBike | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"request.fullname\" . }}-request\n labels:\n {{- include \"request.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: request\nspec:\n replicas: {{ .Values.request.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: request\n app.kubernetes.io/name: parade\n {{- include \"request.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: request\n app.kubernetes.io/name: parade\n {{- include \"request.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 274c5c35ce11a7a6a9d0363d0b85fbb342cc01d4eec3ba9c8a0de0ef15ec6fc1\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"request.fullname\" . }}-request\n image: {{ .Values.request.request.image.repository }}:{{ .Values.request.request.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.request.request.imagePullPolicy }}\n name: request\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.request.request.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.request.request.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"request.fullname\" . }}-request\n labels:\n {{- include \"request.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.request.type }}\n selector:\n app.kubernetes.io/instance: request\n app.kubernetes.io/name: parade\n {{- include \"request.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.request.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
request:
modelBike: snowstorm
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
request:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
type: ClusterIP
|
observant | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"observant.fullname\" . }}-observant\n labels:\n {{- include \"observant.labels\" . | nindent 4 }}\ndata:\n ANTICODON: {{ .Values.observant.anticodon | quote }}\n FEED: {{ .Values.observant.feed | quote }}\n GUARDED: {{ .Values.observant.guarded | quote }}\n INCANDESCENCE: {{ .Values.observant.incandescence | quote }}\n KENNEL_MARKED: {{ .Values.observant.kennelMarked | quote }}\n RALLY_HAMBURGER_CLOUD: {{ .Values.observant.rallyHamburgerCloud | quote }}\n SOAK_SKUNK: {{ .Values.observant.soakSkunk | quote }}\n SOMERSAULT_TURTLE_SECURITY: {{ .Values.observant.somersaultTurtleSecurity | quote\n }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"observant.fullname\" . }}-observant\n labels:\n {{- include \"observant.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: observant\nspec:\n replicas: {{ .Values.observant.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: observant\n app.kubernetes.io/name: chem\n {{- include \"observant.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: observant\n app.kubernetes.io/name: chem\n {{- include \"observant.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: f21e152c4ca27a0654774641d048146ab5aa2cf0b9182c7ae9ddea68b3e5d395\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"observant.fullname\" . }}-observant\n image: {{ .Values.observant.observant.image.repository }}:{{ .Values.observant.observant.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.observant.observant.imagePullPolicy }}\n name: observant\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.observant.observant.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.observant.observant.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"observant.fullname\" . }}-observant\n labels:\n {{- include \"observant.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.observant.type }}\n selector:\n app.kubernetes.io/instance: observant\n app.kubernetes.io/name: chem\n {{- include \"observant.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.observant.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
observant:
anticodon: consistency
feed: greens
guarded: observe
incandescence: candelabra
kennelMarked: ark
observant:
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
rallyHamburgerCloud: emergency
replicas: 1
soakSkunk: donation
somersaultTurtleSecurity: habitual
type: ClusterIP
|
dew | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"dew.fullname\" . }}-dew\n labels:\n {{- include \"dew.labels\" . | nindent 4 }}\ndata:\n RING_REVELATION_LIBIDO: {{ .Values.dew.ringRevelationLibido | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"dew.fullname\" . }}-dew\n labels:\n {{- include \"dew.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: dew\nspec:\n replicas: {{ .Values.dew.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: dew\n app.kubernetes.io/name: criminal\n {{- include \"dew.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: dew\n app.kubernetes.io/name: criminal\n {{- include \"dew.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: bed4128a40c2982fa1b30bea1aa46ee0fc1d7eb57fdb1481fdd86c1a7c8f6e06\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"dew.fullname\" . }}-dew\n image: {{ .Values.dew.dew.image.repository }}:{{ .Values.dew.dew.image.tag | default\n .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.dew.dew.imagePullPolicy }}\n name: dew\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.dew.dew.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.dew.dew.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"dew.fullname\" . }}-dew\n labels:\n {{- include \"dew.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.dew.type }}\n selector:\n app.kubernetes.io/instance: dew\n app.kubernetes.io/name: criminal\n {{- include \"dew.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.dew.ports | toYaml | nindent 2 -}}"
] | dew:
dew:
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
ringRevelationLibido: pickax
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
nightlight | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"nightlight.fullname\" . }}-nightlight\n labels:\n {{- include \"nightlight.labels\" . | nindent 4 }}\ndata:\n ACADEMY_LEG_TREATMENT: {{ .Values.nightlight.academyLegTreatment | quote }}\n CHRONOGRAPH_CONSULATE_STANDARD: {{ .Values.nightlight.chronographConsulateStandard\n | quote }}\n GORILLA: {{ .Values.nightlight.gorilla | quote }}\n PLAYER_FETUS: {{ .Values.nightlight.playerFetus | quote }}\n QUART_POINT_BELLY: {{ .Values.nightlight.quartPointBelly | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"nightlight.fullname\" . }}-nightlight\n labels:\n {{- include \"nightlight.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: nightlight\nspec:\n replicas: {{ .Values.nightlight.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: nightlight\n app.kubernetes.io/name: owe\n {{- include \"nightlight.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: nightlight\n app.kubernetes.io/name: owe\n {{- include \"nightlight.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 18d04d55caf6ba2b5662e66bd98fd2004fc62af6e38f3b870d49a21a945b5d4e\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"nightlight.fullname\" . }}-nightlight\n image: {{ .Values.nightlight.nightlight.image.repository }}:{{ .Values.nightlight.nightlight.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.nightlight.nightlight.imagePullPolicy }}\n name: nightlight\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.nightlight.nightlight.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.nightlight.nightlight.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"nightlight.fullname\" . }}-nightlight\n labels:\n {{- include \"nightlight.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.nightlight.type }}\n selector:\n app.kubernetes.io/instance: nightlight\n app.kubernetes.io/name: owe\n {{- include \"nightlight.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.nightlight.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
nightlight:
academyLegTreatment: tenant
chronographConsulateStandard: granny
gorilla: conduct
nightlight:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
playerFetus: stream
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
quartPointBelly: toy
replicas: 1
type: ClusterIP
|
conservative | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"conservative.fullname\" . }}-conservative\n labels:\n {{- include \"conservative.labels\" . | nindent 4 }}\ndata:\n BUN_NINJA: {{ .Values.conservative.bunNinja | quote }}\n CRAZY_UNIVERSITY_UTTERMOST: {{ .Values.conservative.crazyUniversityUttermost |\n quote }}\n DRAFT: {{ .Values.conservative.draft | quote }}\n NERVE_BATH_FEELING: {{ .Values.conservative.nerveBathFeeling | quote }}\n PIG_NAPPY: {{ .Values.conservative.pigNappy | quote }}\n PIRATE_PANEL_WILLOW: {{ .Values.conservative.piratePanelWillow | quote }}\n ROT: {{ .Values.conservative.rot | quote }}\n TRENCH_OBTAIN_FRUIT: {{ .Values.conservative.trenchObtainFruit | quote }}\n TWIST_ARCHITECT: {{ .Values.conservative.twistArchitect | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"conservative.fullname\" . }}-conservative\n labels:\n {{- include \"conservative.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: conservative\nspec:\n replicas: {{ .Values.conservative.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: conservative\n app.kubernetes.io/name: lysine\n {{- include \"conservative.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: conservative\n app.kubernetes.io/name: lysine\n {{- include \"conservative.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 6536357a594c335716f9e819c31cd4be3ac3906c4ab2e197a50988800e8d82b3\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"conservative.fullname\" . }}-conservative\n image: {{ .Values.conservative.conservative.image.repository }}:{{ .Values.conservative.conservative.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.conservative.conservative.imagePullPolicy }}\n name: conservative\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.conservative.conservative.resources | nindent 10\n }}\n securityContext: {{- toYaml .Values.conservative.conservative.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"conservative.fullname\" . }}-conservative\n labels:\n {{- include \"conservative.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.conservative.type }}\n selector:\n app.kubernetes.io/instance: conservative\n app.kubernetes.io/name: lysine\n {{- include \"conservative.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.conservative.ports | toYaml | nindent 2 -}}"
] | conservative:
bunNinja: finer
conservative:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
crazyUniversityUttermost: father
draft: smelting
nerveBathFeeling: arcade
pigNappy: prisoner
piratePanelWillow: define
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
rot: songbird
trenchObtainFruit: t-shirt
twistArchitect: pass
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
overflight | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"overflight.fullname\" . }}-overflight\n labels:\n {{- include \"overflight.labels\" . | nindent 4 }}\ndata:\n CATCHER: {{ .Values.overflight.catcher | quote }}\n FIBROSIS_BREAST: {{ .Values.overflight.fibrosisBreast | quote }}\n LIVELY_SAUSAGE: {{ .Values.overflight.livelySausage | quote }}\n SPICY: {{ .Values.overflight.spicy | quote }}\n VELOCITY: {{ .Values.overflight.velocity | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"overflight.fullname\" . }}-overflight\n labels:\n {{- include \"overflight.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: overflight\nspec:\n replicas: {{ .Values.overflight.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: overflight\n app.kubernetes.io/name: sunbonnet\n {{- include \"overflight.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: overflight\n app.kubernetes.io/name: sunbonnet\n {{- include \"overflight.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 4ba6c63c2833e3970ae7b6b7151d047df87e9f9c70c3a02e3200267d88f3a7e6\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"overflight.fullname\" . }}-overflight\n image: {{ .Values.overflight.overflight.image.repository }}:{{ .Values.overflight.overflight.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.overflight.overflight.imagePullPolicy }}\n name: overflight\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.overflight.overflight.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.overflight.overflight.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"overflight.fullname\" . }}-overflight\n labels:\n {{- include \"overflight.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.overflight.type }}\n selector:\n app.kubernetes.io/instance: overflight\n app.kubernetes.io/name: sunbonnet\n {{- include \"overflight.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.overflight.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
overflight:
catcher: mate
fibrosisBreast: complaint
livelySausage: singing
overflight:
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
spicy: double
type: ClusterIP
velocity: legume
|
shake | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"shake.fullname\" . }}-shake\n labels:\n {{- include \"shake.labels\" . | nindent 4 }}\ndata:\n IMPACT_SNIFFLE_TEMPORARY: {{ .Values.shake.impactSniffleTemporary | quote }}\n RABID: {{ .Values.shake.rabid | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"shake.fullname\" . }}-shake\n labels:\n {{- include \"shake.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: shake\nspec:\n replicas: {{ .Values.shake.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: shake\n app.kubernetes.io/name: explanation\n {{- include \"shake.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: shake\n app.kubernetes.io/name: explanation\n {{- include \"shake.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 7be9a10ac81a1405beef9d93e7cdec9adf549e681acb2e58ce22142085fb8697\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"shake.fullname\" . }}-shake\n image: {{ .Values.shake.shake.image.repository }}:{{ .Values.shake.shake.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.shake.shake.imagePullPolicy }}\n name: shake\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.shake.shake.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.shake.shake.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"shake.fullname\" . }}-shake\n labels:\n {{- include \"shake.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.shake.type }}\n selector:\n app.kubernetes.io/instance: shake\n app.kubernetes.io/name: explanation\n {{- include \"shake.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.shake.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
shake:
impactSniffleTemporary: appellation
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
rabid: eyeglasses
replicas: 1
shake:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
type: ClusterIP
|
dedication | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"dedication.fullname\" . }}-dedication\n labels:\n {{- include \"dedication.labels\" . | nindent 4 }}\ndata:\n AMAZON: {{ .Values.dedication.amazon | quote }}\n CURLER_ALMANAC_PEACOCK: {{ .Values.dedication.curlerAlmanacPeacock | quote }}\n FLOW_WEARY: {{ .Values.dedication.flowWeary | quote }}\n GLASSES_EXPERT_GOVERNANCE: {{ .Values.dedication.glassesExpertGovernance | quote\n }}\n KNIGHT_ABORTION_TRAILER: {{ .Values.dedication.knightAbortionTrailer | quote }}\n KNOW-HOW_APPETIZER: {{ .Values.dedication.knowHowAppetizer | quote }}\n LIME: {{ .Values.dedication.lime | quote }}\n SHRINK: {{ .Values.dedication.shrink | quote }}\n THERMALS: {{ .Values.dedication.thermals | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"dedication.fullname\" . }}-dedication\n labels:\n {{- include \"dedication.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: dedication\nspec:\n replicas: {{ .Values.dedication.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: dedication\n app.kubernetes.io/name: system\n {{- include \"dedication.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: dedication\n app.kubernetes.io/name: system\n {{- include \"dedication.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: bb2273e42bb3e6b7d9abe5adc61e2a96fa73086101cd5adf7827efd2a0c4ab57\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"dedication.fullname\" . }}-dedication\n image: {{ .Values.dedication.dedication.image.repository }}:{{ .Values.dedication.dedication.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.dedication.dedication.imagePullPolicy }}\n name: dedication\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.dedication.dedication.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.dedication.dedication.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"dedication.fullname\" . }}-dedication\n labels:\n {{- include \"dedication.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.dedication.type }}\n selector:\n app.kubernetes.io/instance: dedication\n app.kubernetes.io/name: system\n {{- include \"dedication.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.dedication.ports | toYaml | nindent 2 -}}"
] | dedication:
amazon: forum
curlerAlmanacPeacock: adult
dedication:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
flowWeary: whack
glassesExpertGovernance: share
knightAbortionTrailer: season
knowHowAppetizer: farmland
lime: iceberg
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
shrink: wrecker
thermals: join
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
construct | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"construct.fullname\" . }}-construct\n labels:\n {{- include \"construct.labels\" . | nindent 4 }}\ndata:\n COLLAPSE: {{ .Values.construct.collapse | quote }}\n ENTREPRENEUR_KNITTING: {{ .Values.construct.entrepreneurKnitting | quote }}\n LETTER_EXECUTION: {{ .Values.construct.letterExecution | quote }}\n MAGNITUDE_SING: {{ .Values.construct.magnitudeSing | quote }}\n PERMIT_RIOT: {{ .Values.construct.permitRiot | quote }}\n TOURNAMENT_QUICK_OPPONENT: {{ .Values.construct.tournamentQuickOpponent | quote\n }}\n TRICK_PENNANT: {{ .Values.construct.trickPennant | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"construct.fullname\" . }}-construct\n labels:\n {{- include \"construct.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: construct\nspec:\n replicas: {{ .Values.construct.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: construct\n app.kubernetes.io/name: sunflower\n {{- include \"construct.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: construct\n app.kubernetes.io/name: sunflower\n {{- include \"construct.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 2344d8031e2d05ada05119fd78eb3c6a1d831e8c76005fb90921816afa3eec26\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"construct.fullname\" . }}-construct\n image: {{ .Values.construct.construct.image.repository }}:{{ .Values.construct.construct.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.construct.construct.imagePullPolicy }}\n name: construct\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.construct.construct.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.construct.construct.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"construct.fullname\" . }}-construct\n labels:\n {{- include \"construct.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.construct.type }}\n selector:\n app.kubernetes.io/instance: construct\n app.kubernetes.io/name: sunflower\n {{- include \"construct.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.construct.ports | toYaml | nindent 2 -}}"
] | construct:
collapse: sherry
construct:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
entrepreneurKnitting: force
letterExecution: wasabi
magnitudeSing: candle
permitRiot: barracks
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
tournamentQuickOpponent: animated
trickPennant: bafflement
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
reinscription | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"reinscription.fullname\" . }}-reinscription\n labels:\n {{- include \"reinscription.labels\" . | nindent 4 }}\ndata:\n GRANOLA_OVARY_FABRIC: {{ .Values.reinscription.granolaOvaryFabric | quote }}\n LIVER_FRIGHTENED_REAMER: {{ .Values.reinscription.liverFrightenedReamer | quote\n }}\n TOMATO: {{ .Values.reinscription.tomato | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"reinscription.fullname\" . }}-reinscription\n labels:\n {{- include \"reinscription.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: reinscription\nspec:\n replicas: {{ .Values.reinscription.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: reinscription\n app.kubernetes.io/name: trowel\n {{- include \"reinscription.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: reinscription\n app.kubernetes.io/name: trowel\n {{- include \"reinscription.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: dda79e6800017c0e2a1845231e41c0ee726afe6120eb87f3f09111cfea8b66ee\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"reinscription.fullname\" . }}-reinscription\n image: {{ .Values.reinscription.reinscription.image.repository }}:{{ .Values.reinscription.reinscription.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.reinscription.reinscription.imagePullPolicy }}\n name: reinscription\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.reinscription.reinscription.resources | nindent 10\n }}\n securityContext: {{- toYaml .Values.reinscription.reinscription.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"reinscription.fullname\" . }}-reinscription\n labels:\n {{- include \"reinscription.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.reinscription.type }}\n selector:\n app.kubernetes.io/instance: reinscription\n app.kubernetes.io/name: trowel\n {{- include \"reinscription.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.reinscription.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
reinscription:
granolaOvaryFabric: ragged
liverFrightenedReamer: bar
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
reinscription:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
replicas: 1
tomato: headphones
type: ClusterIP
|
mister | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"mister.fullname\" . }}-mister\n labels:\n {{- include \"mister.labels\" . | nindent 4 }}\ndata:\n COMPUTE_TRANSFORMATION: {{ .Values.mister.computeTransformation | quote }}\n DECORATION: {{ .Values.mister.decoration | quote }}\n SUBURB_SMOGGY_ASCOT: {{ .Values.mister.suburbSmoggyAscot | quote }}\n TECHNOLOGIST_TRAMP: {{ .Values.mister.technologistTramp | quote }}\n TERRORISM_DISAGREEABLE_FATHER: {{ .Values.mister.terrorismDisagreeableFather |\n quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"mister.fullname\" . }}-mister\n labels:\n {{- include \"mister.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: mister\nspec:\n replicas: {{ .Values.mister.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: mister\n app.kubernetes.io/name: tick\n {{- include \"mister.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: mister\n app.kubernetes.io/name: tick\n {{- include \"mister.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: ce051dc5ae37f551fa2e3331fe9a9db72eaddd035ab6da003f962a8540c00f6a\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"mister.fullname\" . }}-mister\n image: {{ .Values.mister.mister.image.repository }}:{{ .Values.mister.mister.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.mister.mister.imagePullPolicy }}\n name: mister\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.mister.mister.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.mister.mister.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"mister.fullname\" . }}-mister\n labels:\n {{- include \"mister.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.mister.type }}\n selector:\n app.kubernetes.io/instance: mister\n app.kubernetes.io/name: tick\n {{- include \"mister.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.mister.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
mister:
computeTransformation: textual
decoration: alpha
mister:
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
suburbSmoggyAscot: ceiling
technologistTramp: reward
terrorismDisagreeableFather: spud
type: ClusterIP
|
hug | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"hug.fullname\" . }}-hug\n labels:\n {{- include \"hug.labels\" . | nindent 4 }}\ndata:\n BIRD_ASHRAM: {{ .Values.hug.birdAshram | quote }}\n HARPOONER: {{ .Values.hug.harpooner | quote }}\n REDHEAD_RIDER: {{ .Values.hug.redheadRider | quote }}\n THOUSAND_RUIN: {{ .Values.hug.thousandRuin | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"hug.fullname\" . }}-hug\n labels:\n {{- include \"hug.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: hug\nspec:\n replicas: {{ .Values.hug.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: hug\n app.kubernetes.io/name: hatchling\n {{- include \"hug.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: hug\n app.kubernetes.io/name: hatchling\n {{- include \"hug.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 65be1778d71b965120959ed1d9ffe000edbdcce5b5646740d4b0de0c01edc871\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"hug.fullname\" . }}-hug\n image: {{ .Values.hug.hug.image.repository }}:{{ .Values.hug.hug.image.tag | default\n .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.hug.hug.imagePullPolicy }}\n name: hug\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.hug.hug.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.hug.hug.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"hug.fullname\" . }}-hug\n labels:\n {{- include \"hug.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.hug.type }}\n selector:\n app.kubernetes.io/instance: hug\n app.kubernetes.io/name: hatchling\n {{- include \"hug.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.hug.ports | toYaml | nindent 2 -}}"
] | hug:
birdAshram: pear
harpooner: effect
hug:
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
redheadRider: knotty
replicas: 1
thousandRuin: napkin
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
danger | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"danger.fullname\" . }}-danger\n labels:\n {{- include \"danger.labels\" . | nindent 4 }}\ndata:\n AUTOMATON_FISH: {{ .Values.danger.automatonFish | quote }}\n BALACLAVA: {{ .Values.danger.balaclava | quote }}\n BASIS_CHIVALRY: {{ .Values.danger.basisChivalry | quote }}\n DISPOSER_ASTRAKHAN_ANTIQUE: {{ .Values.danger.disposerAstrakhanAntique | quote\n }}\n DRAKE_INDUCE: {{ .Values.danger.drakeInduce | quote }}\n ELONGATION: {{ .Values.danger.elongation | quote }}\n OMEGA_HEYDAY_DYSFUNCTIONAL: {{ .Values.danger.omegaHeydayDysfunctional | quote\n }}\n PUMA_ICKY_NICK: {{ .Values.danger.pumaIckyNick | quote }}\n TOLL_CHRYSALIS_VARIOUS: {{ .Values.danger.tollChrysalisVarious | quote }}\n WIDE-EYED: {{ .Values.danger.wideEyed | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"danger.fullname\" . }}-danger\n labels:\n {{- include \"danger.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: danger\nspec:\n replicas: {{ .Values.danger.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: danger\n app.kubernetes.io/name: dependent\n {{- include \"danger.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: danger\n app.kubernetes.io/name: dependent\n {{- include \"danger.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 21c3b6736bcb8e7b5db1c5fbf3ae505bd7807ccbd45c3ec59a5f0494f6c28277\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"danger.fullname\" . }}-danger\n image: {{ .Values.danger.danger.image.repository }}:{{ .Values.danger.danger.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.danger.danger.imagePullPolicy }}\n name: danger\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.danger.danger.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.danger.danger.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"danger.fullname\" . }}-danger\n labels:\n {{- include \"danger.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.danger.type }}\n selector:\n app.kubernetes.io/instance: danger\n app.kubernetes.io/name: dependent\n {{- include \"danger.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.danger.ports | toYaml | nindent 2 -}}"
] | danger:
automatonFish: integration
balaclava: poster
basisChivalry: easy
danger:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
disposerAstrakhanAntique: math
drakeInduce: recipient
elongation: tam-o'-shanter
omegaHeydayDysfunctional: tube
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
pumaIckyNick: jam
replicas: 1
tollChrysalisVarious: hotdog
type: ClusterIP
wideEyed: terrapin
kubernetesClusterDomain: cluster.local
|
hake | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"hake.fullname\" . }}-hake\n labels:\n {{- include \"hake.labels\" . | nindent 4 }}\ndata:\n BREAKDOWN_FAMOUS: {{ .Values.hake.breakdownFamous | quote }}\n JADE: {{ .Values.hake.jade | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"hake.fullname\" . }}-hake\n labels:\n {{- include \"hake.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: hake\nspec:\n replicas: {{ .Values.hake.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: hake\n app.kubernetes.io/name: devastation\n {{- include \"hake.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: hake\n app.kubernetes.io/name: devastation\n {{- include \"hake.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 877e49c057338e0607106367a6c56006711d55940d8f0d416cb70f53ce31dc80\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"hake.fullname\" . }}-hake\n image: {{ .Values.hake.hake.image.repository }}:{{ .Values.hake.hake.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.hake.hake.imagePullPolicy }}\n name: hake\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.hake.hake.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.hake.hake.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"hake.fullname\" . }}-hake\n labels:\n {{- include \"hake.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.hake.type }}\n selector:\n app.kubernetes.io/instance: hake\n app.kubernetes.io/name: devastation\n {{- include \"hake.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.hake.ports | toYaml | nindent 2 -}}"
] | hake:
breakdownFamous: glut
hake:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
jade: disappear
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
coliseum | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"coliseum.fullname\" . }}-coliseum\n labels:\n {{- include \"coliseum.labels\" . | nindent 4 }}\ndata:\n PAIR: {{ .Values.coliseum.pair | quote }}\n TAMBOUR_JADED_FUNDRAISING: {{ .Values.coliseum.tambourJadedFundraising | quote\n }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"coliseum.fullname\" . }}-coliseum\n labels:\n {{- include \"coliseum.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: coliseum\nspec:\n replicas: {{ .Values.coliseum.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: coliseum\n app.kubernetes.io/name: approval\n {{- include \"coliseum.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: coliseum\n app.kubernetes.io/name: approval\n {{- include \"coliseum.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 5069fcd37a26079faeb124112f27e69b7cb446fd4dba8c2dc73a4ba67f554b42\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"coliseum.fullname\" . }}-coliseum\n image: {{ .Values.coliseum.coliseum.image.repository }}:{{ .Values.coliseum.coliseum.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.coliseum.coliseum.imagePullPolicy }}\n name: coliseum\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.coliseum.coliseum.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.coliseum.coliseum.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"coliseum.fullname\" . }}-coliseum\n labels:\n {{- include \"coliseum.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.coliseum.type }}\n selector:\n app.kubernetes.io/instance: coliseum\n app.kubernetes.io/name: approval\n {{- include \"coliseum.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.coliseum.ports | toYaml | nindent 2 -}}"
] | coliseum:
coliseum:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
pair: clamp
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
tambourJadedFundraising: secrecy
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
drawing | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"drawing.fullname\" . }}-drawing\n labels:\n {{- include \"drawing.labels\" . | nindent 4 }}\ndata:\n ALIAS_MARKETING: {{ .Values.drawing.aliasMarketing | quote }}\n FINER_STONEWORK: {{ .Values.drawing.finerStonework | quote }}\n SUCK_OVERLOAD_WARM: {{ .Values.drawing.suckOverloadWarm | quote }}\n VELDT: {{ .Values.drawing.veldt | quote }}\n WILL_OPTIMISATION: {{ .Values.drawing.willOptimisation | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"drawing.fullname\" . }}-drawing\n labels:\n {{- include \"drawing.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: drawing\nspec:\n replicas: {{ .Values.drawing.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: drawing\n app.kubernetes.io/name: scarecrow\n {{- include \"drawing.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: drawing\n app.kubernetes.io/name: scarecrow\n {{- include \"drawing.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: a33ea99ede9d5d515d0afc1dcdb7be04afd8dce3fb457c4e74ca48ee932192f0\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"drawing.fullname\" . }}-drawing\n image: {{ .Values.drawing.drawing.image.repository }}:{{ .Values.drawing.drawing.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.drawing.drawing.imagePullPolicy }}\n name: drawing\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.drawing.drawing.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.drawing.drawing.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"drawing.fullname\" . }}-drawing\n labels:\n {{- include \"drawing.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.drawing.type }}\n selector:\n app.kubernetes.io/instance: drawing\n app.kubernetes.io/name: scarecrow\n {{- include \"drawing.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.drawing.ports | toYaml | nindent 2 -}}"
] | drawing:
aliasMarketing: gamma-ray
drawing:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
finerStonework: wooden
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
suckOverloadWarm: myth
type: ClusterIP
veldt: today
willOptimisation: nasal
kubernetesClusterDomain: cluster.local
|
checkout | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"checkout.fullname\" . }}-checkout\n labels:\n {{- include \"checkout.labels\" . | nindent 4 }}\ndata:\n AGONIZING: {{ .Values.checkout.agonizing | quote }}\n CANDIDACY: {{ .Values.checkout.candidacy | quote }}\n COORDINATE_ZIP_DRAG: {{ .Values.checkout.coordinateZipDrag | quote }}\n DISPROVE_CO-PRODUCER_RESCUE: {{ .Values.checkout.disproveCoProducerRescue | quote\n }}\n FORAGER: {{ .Values.checkout.forager | quote }}\n HERMIT_DENSITY: {{ .Values.checkout.hermitDensity | quote }}\n MATERNITY: {{ .Values.checkout.maternity | quote }}\n RESOURCE: {{ .Values.checkout.resource | quote }}\n SECRETARY: {{ .Values.checkout.secretary | quote }}\n SHIPPER: {{ .Values.checkout.shipper | quote }}\n TIRED_WALRUS_INTERVAL: {{ .Values.checkout.tiredWalrusInterval | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"checkout.fullname\" . }}-checkout\n labels:\n {{- include \"checkout.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: checkout\nspec:\n replicas: {{ .Values.checkout.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: checkout\n app.kubernetes.io/name: tabulate\n {{- include \"checkout.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: checkout\n app.kubernetes.io/name: tabulate\n {{- include \"checkout.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 3437b5c4a8cdf37513aaf6aa86f2674a638854c28611ecb7e7a647b5512c94f1\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"checkout.fullname\" . }}-checkout\n image: {{ .Values.checkout.checkout.image.repository }}:{{ .Values.checkout.checkout.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.checkout.checkout.imagePullPolicy }}\n name: checkout\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.checkout.checkout.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.checkout.checkout.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"checkout.fullname\" . }}-checkout\n labels:\n {{- include \"checkout.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.checkout.type }}\n selector:\n app.kubernetes.io/instance: checkout\n app.kubernetes.io/name: tabulate\n {{- include \"checkout.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.checkout.ports | toYaml | nindent 2 -}}"
] | checkout:
agonizing: snake
candidacy: vascular
checkout:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
coordinateZipDrag: trachoma
disproveCoProducerRescue: busy
forager: arcade
hermitDensity: granola
maternity: wrapping
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
resource: marble
secretary: pecan
shipper: quilt
tiredWalrusInterval: vulture
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
till | [
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"till.fullname\" . }}-till\n labels:\n {{- include \"till.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: till\nspec:\n replicas: {{ .Values.till.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: till\n app.kubernetes.io/name: wandering\n {{- include \"till.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: till\n app.kubernetes.io/name: wandering\n {{- include \"till.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.till.till.image.repository }}:{{ .Values.till.till.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.till.till.imagePullPolicy }}\n name: till\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.till.till.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.till.till.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"till.fullname\" . }}-till\n labels:\n {{- include \"till.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.till.type }}\n selector:\n app.kubernetes.io/instance: till\n app.kubernetes.io/name: wandering\n {{- include \"till.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.till.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
till:
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
till:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
type: ClusterIP
|
welfare | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"welfare.fullname\" . }}-welfare\n labels:\n {{- include \"welfare.labels\" . | nindent 4 }}\ndata:\n SPENDING_UTILITY_EXOTIC: {{ .Values.welfare.spendingUtilityExotic | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"welfare.fullname\" . }}-welfare\n labels:\n {{- include \"welfare.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: welfare\nspec:\n replicas: {{ .Values.welfare.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: welfare\n app.kubernetes.io/name: tame\n {{- include \"welfare.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: welfare\n app.kubernetes.io/name: tame\n {{- include \"welfare.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 93070607e15a6c976be646f8f65dd88947b5902bb3506c2bf00c3eecf680b3a0\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"welfare.fullname\" . }}-welfare\n image: {{ .Values.welfare.welfare.image.repository }}:{{ .Values.welfare.welfare.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.welfare.welfare.imagePullPolicy }}\n name: welfare\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.welfare.welfare.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.welfare.welfare.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"welfare.fullname\" . }}-welfare\n labels:\n {{- include \"welfare.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.welfare.type }}\n selector:\n app.kubernetes.io/instance: welfare\n app.kubernetes.io/name: tame\n {{- include \"welfare.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.welfare.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
welfare:
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
spendingUtilityExotic: calculation
type: ClusterIP
welfare:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
|
chaplain | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"chaplain.fullname\" . }}-chaplain\n labels:\n {{- include \"chaplain.labels\" . | nindent 4 }}\ndata:\n APPEAL_GRANOLA: {{ .Values.chaplain.appealGranola | quote }}\n BOUNDARY_SOUVENIR: {{ .Values.chaplain.boundarySouvenir | quote }}\n CHEESECAKE_FAMILIAR_PIPELINE: {{ .Values.chaplain.cheesecakeFamiliarPipeline |\n quote }}\n DASH_PAVILION: {{ .Values.chaplain.dashPavilion | quote }}\n EICOSANOID: {{ .Values.chaplain.eicosanoid | quote }}\n EMBARRASSMENT_CALL: {{ .Values.chaplain.embarrassmentCall | quote }}\n EPOXY_LANAI_OPPONENT: {{ .Values.chaplain.epoxyLanaiOpponent | quote }}\n HURRIED: {{ .Values.chaplain.hurried | quote }}\n ILLEGAL_USAGE: {{ .Values.chaplain.illegalUsage | quote }}\n LINE: {{ .Values.chaplain.line | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"chaplain.fullname\" . }}-chaplain\n labels:\n {{- include \"chaplain.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: chaplain\nspec:\n replicas: {{ .Values.chaplain.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: chaplain\n app.kubernetes.io/name: foam\n {{- include \"chaplain.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: chaplain\n app.kubernetes.io/name: foam\n {{- include \"chaplain.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 82a850e76f381f560901b6d5f5f967e55217c98a201ac58b4d51d4a683e626ad\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"chaplain.fullname\" . }}-chaplain\n image: {{ .Values.chaplain.chaplain.image.repository }}:{{ .Values.chaplain.chaplain.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.chaplain.chaplain.imagePullPolicy }}\n name: chaplain\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.chaplain.chaplain.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.chaplain.chaplain.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"chaplain.fullname\" . }}-chaplain\n labels:\n {{- include \"chaplain.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.chaplain.type }}\n selector:\n app.kubernetes.io/instance: chaplain\n app.kubernetes.io/name: foam\n {{- include \"chaplain.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.chaplain.ports | toYaml | nindent 2 -}}"
] | chaplain:
appealGranola: issue
boundarySouvenir: ex-wife
chaplain:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
cheesecakeFamiliarPipeline: nit
dashPavilion: mRNA
eicosanoid: adorable
embarrassmentCall: flavor
epoxyLanaiOpponent: fail
hurried: blight
illegalUsage: look
line: tandem
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
deep | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"deep.fullname\" . }}-deep\n labels:\n {{- include \"deep.labels\" . | nindent 4 }}\ndata:\n CINNAMON_NAPKIN: {{ .Values.deep.cinnamonNapkin | quote }}\n CONFUSED_SCARECROW_OVERWROUGHT: {{ .Values.deep.confusedScarecrowOverwrought |\n quote }}\n LECTURE_MARIONBERRY: {{ .Values.deep.lectureMarionberry | quote }}\n METEOR: {{ .Values.deep.meteor | quote }}\n PLYWOOD_FREEZER_INSTITUTION: {{ .Values.deep.plywoodFreezerInstitution | quote\n }}\n SOLICITOR_JALAPEÑO: {{ .Values.deep.solicitorJalapeo | quote }}\n TRAIL: {{ .Values.deep.trail | quote }}\n ZONKED: {{ .Values.deep.zonked | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"deep.fullname\" . }}-deep\n labels:\n {{- include \"deep.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: deep\nspec:\n replicas: {{ .Values.deep.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: deep\n app.kubernetes.io/name: trader\n {{- include \"deep.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: deep\n app.kubernetes.io/name: trader\n {{- include \"deep.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 3c6d089fa9d463baac53321b3e9f99376e835bb5388dde1a86e4ef8f63ead2e3\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"deep.fullname\" . }}-deep\n image: {{ .Values.deep.deep.image.repository }}:{{ .Values.deep.deep.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.deep.deep.imagePullPolicy }}\n name: deep\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.deep.deep.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.deep.deep.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"deep.fullname\" . }}-deep\n labels:\n {{- include \"deep.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.deep.type }}\n selector:\n app.kubernetes.io/instance: deep\n app.kubernetes.io/name: trader\n {{- include \"deep.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.deep.ports | toYaml | nindent 2 -}}"
] | deep:
cinnamonNapkin: demand
confusedScarecrowOverwrought: momentous
deep:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
lectureMarionberry: spectacular
meteor: succotash
plywoodFreezerInstitution: macaw
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
solicitorJalapeo: miscommunication
trail: combine
type: ClusterIP
zonked: pocket-watch
kubernetesClusterDomain: cluster.local
|
algebra | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"algebra.fullname\" . }}-algebra\n labels:\n {{- include \"algebra.labels\" . | nindent 4 }}\ndata:\n HYPOTHESIZE_VINEYARD: {{ .Values.algebra.hypothesizeVineyard | quote }}\n MANOR: {{ .Values.algebra.manor | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"algebra.fullname\" . }}-algebra\n labels:\n {{- include \"algebra.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: algebra\nspec:\n replicas: {{ .Values.algebra.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: algebra\n app.kubernetes.io/name: dollar\n {{- include \"algebra.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: algebra\n app.kubernetes.io/name: dollar\n {{- include \"algebra.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: e8cab56ba5415da1d3fccbf32e596b085cf477323b4c435d5bad14d117a44f6e\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"algebra.fullname\" . }}-algebra\n image: {{ .Values.algebra.algebra.image.repository }}:{{ .Values.algebra.algebra.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.algebra.algebra.imagePullPolicy }}\n name: algebra\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.algebra.algebra.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.algebra.algebra.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"algebra.fullname\" . }}-algebra\n labels:\n {{- include \"algebra.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.algebra.type }}\n selector:\n app.kubernetes.io/instance: algebra\n app.kubernetes.io/name: dollar\n {{- include \"algebra.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.algebra.ports | toYaml | nindent 2 -}}"
] | algebra:
algebra:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
hypothesizeVineyard: steam
manor: toothpaste
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
ruffle | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"ruffle.fullname\" . }}-ruffle\n labels:\n {{- include \"ruffle.labels\" . | nindent 4 }}\ndata:\n ADVERB: {{ .Values.ruffle.adverb | quote }}\n ALPENHORN_REHABILITATE: {{ .Values.ruffle.alpenhornRehabilitate | quote }}\n ANNIVERSARY: {{ .Values.ruffle.anniversary | quote }}\n AUTHOR_WOEBEGONE: {{ .Values.ruffle.authorWoebegone | quote }}\n CYMBAL_TRANSPORTATION: {{ .Values.ruffle.cymbalTransportation | quote }}\n EMPLOYER: {{ .Values.ruffle.employer | quote }}\n HURT_SUPERIORITY_BLIZZARD: {{ .Values.ruffle.hurtSuperiorityBlizzard | quote }}\n PENDANT: {{ .Values.ruffle.pendant | quote }}\n STRIDE: {{ .Values.ruffle.stride | quote }}\n UPLIFT_ABNORMAL_FREON: {{ .Values.ruffle.upliftAbnormalFreon | quote }}\n WHIRL: {{ .Values.ruffle.whirl | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"ruffle.fullname\" . }}-ruffle\n labels:\n {{- include \"ruffle.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: ruffle\nspec:\n replicas: {{ .Values.ruffle.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: ruffle\n app.kubernetes.io/name: sculptural\n {{- include \"ruffle.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: ruffle\n app.kubernetes.io/name: sculptural\n {{- include \"ruffle.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: bf86be0cbb3f5631ebb7676bcec99faa207477a1fe605ff235461fbb9e408194\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"ruffle.fullname\" . }}-ruffle\n image: {{ .Values.ruffle.ruffle.image.repository }}:{{ .Values.ruffle.ruffle.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.ruffle.ruffle.imagePullPolicy }}\n name: ruffle\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.ruffle.ruffle.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.ruffle.ruffle.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"ruffle.fullname\" . }}-ruffle\n labels:\n {{- include \"ruffle.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.ruffle.type }}\n selector:\n app.kubernetes.io/instance: ruffle\n app.kubernetes.io/name: sculptural\n {{- include \"ruffle.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.ruffle.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
ruffle:
adverb: channel
alpenhornRehabilitate: outside
anniversary: relation
authorWoebegone: temporariness
cymbalTransportation: overt
employer: oafish
hurtSuperiorityBlizzard: booty
pendant: psychoanalyst
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
ruffle:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
stride: chronicle
type: ClusterIP
upliftAbnormalFreon: bewildered
whirl: photograph
|
conference | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"conference.fullname\" . }}-conference\n labels:\n {{- include \"conference.labels\" . | nindent 4 }}\ndata:\n BOOKLET: {{ .Values.conference.booklet | quote }}\n ENCOURAGEMENT_HAVOC_HOTEL: {{ .Values.conference.encouragementHavocHotel | quote\n }}\n STENCIL_NARROW_COHORT: {{ .Values.conference.stencilNarrowCohort | quote }}\n WHEEL_DOUBLING: {{ .Values.conference.wheelDoubling | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"conference.fullname\" . }}-conference\n labels:\n {{- include \"conference.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: conference\nspec:\n replicas: {{ .Values.conference.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: conference\n app.kubernetes.io/name: floodplain\n {{- include \"conference.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: conference\n app.kubernetes.io/name: floodplain\n {{- include \"conference.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 29f04fdf4813be47cb299d0c39c26fe1db3c34bbbd3c5b74181bd12fc7d739c1\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"conference.fullname\" . }}-conference\n image: {{ .Values.conference.conference.image.repository }}:{{ .Values.conference.conference.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.conference.conference.imagePullPolicy }}\n name: conference\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.conference.conference.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.conference.conference.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"conference.fullname\" . }}-conference\n labels:\n {{- include \"conference.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.conference.type }}\n selector:\n app.kubernetes.io/instance: conference\n app.kubernetes.io/name: floodplain\n {{- include \"conference.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.conference.ports | toYaml | nindent 2 -}}"
] | conference:
booklet: stepson
conference:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
encouragementHavocHotel: jury
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
stencilNarrowCohort: letter
type: ClusterIP
wheelDoubling: sesame
kubernetesClusterDomain: cluster.local
|
odd | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"odd.fullname\" . }}-odd\n labels:\n {{- include \"odd.labels\" . | nindent 4 }}\ndata:\n BARTENDER_LIST_INCLUDE: {{ .Values.odd.bartenderListInclude | quote }}\n IGLOO: {{ .Values.odd.igloo | quote }}\n KUMQUAT_HARSH: {{ .Values.odd.kumquatHarsh | quote }}\n MISTAKE: {{ .Values.odd.mistake | quote }}\n MORSEL_CLAMP_CHARSET: {{ .Values.odd.morselClampCharset | quote }}\n PERSPECTIVE_UPLIFT_SAIL: {{ .Values.odd.perspectiveUpliftSail | quote }}\n PROPAGANDA_ALPENHORN: {{ .Values.odd.propagandaAlpenhorn | quote }}\n SCRAWNY: {{ .Values.odd.scrawny | quote }}\n TEMP_DEFENDER: {{ .Values.odd.tempDefender | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"odd.fullname\" . }}-odd\n labels:\n {{- include \"odd.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: odd\nspec:\n replicas: {{ .Values.odd.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: odd\n app.kubernetes.io/name: premier\n {{- include \"odd.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: odd\n app.kubernetes.io/name: premier\n {{- include \"odd.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 14dc590715757c5e7f1e044af027661222d633006ffab460a6ffdb4712dbb59e\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"odd.fullname\" . }}-odd\n image: {{ .Values.odd.odd.image.repository }}:{{ .Values.odd.odd.image.tag | default\n .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.odd.odd.imagePullPolicy }}\n name: odd\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.odd.odd.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.odd.odd.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"odd.fullname\" . }}-odd\n labels:\n {{- include \"odd.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.odd.type }}\n selector:\n app.kubernetes.io/instance: odd\n app.kubernetes.io/name: premier\n {{- include \"odd.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.odd.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
odd:
bartenderListInclude: housework
igloo: spirit
kumquatHarsh: wide-eyed
mistake: dew
morselClampCharset: cesspool
odd:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
perspectiveUpliftSail: class
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
propagandaAlpenhorn: anteater
replicas: 1
scrawny: want
tempDefender: regionalism
type: ClusterIP
|
repair | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"repair.fullname\" . }}-repair\n labels:\n {{- include \"repair.labels\" . | nindent 4 }}\ndata:\n BARN: {{ .Values.repair.barn | quote }}\n BULL_CONFERENCE: {{ .Values.repair.bullConference | quote }}\n DOUBTER_MAGNET: {{ .Values.repair.doubterMagnet | quote }}\n ENGINE_CLING: {{ .Values.repair.engineCling | quote }}\n MADAM_VALANCE_NOODLES: {{ .Values.repair.madamValanceNoodles | quote }}\n STUMP_PARSLEY_CLEFT: {{ .Values.repair.stumpParsleyCleft | quote }}\n TRAIT_DECRYPTION_PIER: {{ .Values.repair.traitDecryptionPier | quote }}\n VIGNETTE_RAILWAY: {{ .Values.repair.vignetteRailway | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"repair.fullname\" . }}-repair\n labels:\n {{- include \"repair.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: repair\nspec:\n replicas: {{ .Values.repair.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: repair\n app.kubernetes.io/name: observatory\n {{- include \"repair.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: repair\n app.kubernetes.io/name: observatory\n {{- include \"repair.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 70711a129c2dc6d8c2e349a0445829f5e27b0647dabc5af0730a44d5e5d0c507\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"repair.fullname\" . }}-repair\n image: {{ .Values.repair.repair.image.repository }}:{{ .Values.repair.repair.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.repair.repair.imagePullPolicy }}\n name: repair\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.repair.repair.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.repair.repair.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"repair.fullname\" . }}-repair\n labels:\n {{- include \"repair.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.repair.type }}\n selector:\n app.kubernetes.io/instance: repair\n app.kubernetes.io/name: observatory\n {{- include \"repair.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.repair.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
repair:
barn: age
bullConference: plier
doubterMagnet: sulky
engineCling: dimple
madamValanceNoodles: billing
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
repair:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
replicas: 1
stumpParsleyCleft: casualty
traitDecryptionPier: netsuke
type: ClusterIP
vignetteRailway: ripe
|
debris | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"debris.fullname\" . }}-debris\n labels:\n {{- include \"debris.labels\" . | nindent 4 }}\ndata:\n COLLAPSE: {{ .Values.debris.collapse | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"debris.fullname\" . }}-debris\n labels:\n {{- include \"debris.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: debris\nspec:\n replicas: {{ .Values.debris.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: debris\n app.kubernetes.io/name: dam\n {{- include \"debris.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: debris\n app.kubernetes.io/name: dam\n {{- include \"debris.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 4af7eefeee10f3dcfdaa75d80193d75237d8b1c8a93f3be8b9e17624e80276a3\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"debris.fullname\" . }}-debris\n image: {{ .Values.debris.debris.image.repository }}:{{ .Values.debris.debris.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.debris.debris.imagePullPolicy }}\n name: debris\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.debris.debris.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.debris.debris.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"debris.fullname\" . }}-debris\n labels:\n {{- include \"debris.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.debris.type }}\n selector:\n app.kubernetes.io/instance: debris\n app.kubernetes.io/name: dam\n {{- include \"debris.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.debris.ports | toYaml | nindent 2 -}}"
] | debris:
collapse: dumbwaiter
debris:
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
|
cofactor | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"cofactor.fullname\" . }}-cofactor\n labels:\n {{- include \"cofactor.labels\" . | nindent 4 }}\ndata:\n VIBRATION: {{ .Values.cofactor.vibration | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"cofactor.fullname\" . }}-cofactor\n labels:\n {{- include \"cofactor.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: cofactor\nspec:\n replicas: {{ .Values.cofactor.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: cofactor\n app.kubernetes.io/name: buffet\n {{- include \"cofactor.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: cofactor\n app.kubernetes.io/name: buffet\n {{- include \"cofactor.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: b4a9e1a468a382a0a949598cda68ef5b6c3155fd1fede3a86e57a54814e4515c\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"cofactor.fullname\" . }}-cofactor\n image: {{ .Values.cofactor.cofactor.image.repository }}:{{ .Values.cofactor.cofactor.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.cofactor.cofactor.imagePullPolicy }}\n name: cofactor\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.cofactor.cofactor.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.cofactor.cofactor.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"cofactor.fullname\" . }}-cofactor\n labels:\n {{- include \"cofactor.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.cofactor.type }}\n selector:\n app.kubernetes.io/instance: cofactor\n app.kubernetes.io/name: buffet\n {{- include \"cofactor.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.cofactor.ports | toYaml | nindent 2 -}}"
] | cofactor:
cofactor:
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
vibration: finding
kubernetesClusterDomain: cluster.local
|
standpoint | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"standpoint.fullname\" . }}-standpoint\n labels:\n {{- include \"standpoint.labels\" . | nindent 4 }}\ndata:\n BEHALF_MARSHMALLOW: {{ .Values.standpoint.behalfMarshmallow | quote }}\n COMPLICITY_GENERATION_CONTEXT: {{ .Values.standpoint.complicityGenerationContext\n | quote }}\n FORTUNATE_BROKEN: {{ .Values.standpoint.fortunateBroken | quote }}\n GIFT_OTHER: {{ .Values.standpoint.giftOther | quote }}\n MAGNITUDE_FURRY_CURVED: {{ .Values.standpoint.magnitudeFurryCurved | quote }}\n OPTIMISATION: {{ .Values.standpoint.optimisation | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"standpoint.fullname\" . }}-standpoint\n labels:\n {{- include \"standpoint.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: standpoint\nspec:\n replicas: {{ .Values.standpoint.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: standpoint\n app.kubernetes.io/name: garter\n {{- include \"standpoint.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: standpoint\n app.kubernetes.io/name: garter\n {{- include \"standpoint.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 91a02e91152e121e82fc5ffa6bea99dbc0bd3cfa95d6dd71bac26d5dd865d7a4\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"standpoint.fullname\" . }}-standpoint\n image: {{ .Values.standpoint.standpoint.image.repository }}:{{ .Values.standpoint.standpoint.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.standpoint.standpoint.imagePullPolicy }}\n name: standpoint\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.standpoint.standpoint.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.standpoint.standpoint.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"standpoint.fullname\" . }}-standpoint\n labels:\n {{- include \"standpoint.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.standpoint.type }}\n selector:\n app.kubernetes.io/instance: standpoint\n app.kubernetes.io/name: garter\n {{- include \"standpoint.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.standpoint.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
standpoint:
behalfMarshmallow: diction
complicityGenerationContext: solitaire
fortunateBroken: bench
giftOther: frame
magnitudeFurryCurved: asparagus
optimisation: cosset
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
standpoint:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
type: ClusterIP
|
airfare | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"airfare.fullname\" . }}-airfare\n labels:\n {{- include \"airfare.labels\" . | nindent 4 }}\ndata:\n ABLAZE: {{ .Values.airfare.ablaze | quote }}\n ARBITRATE_PATROLLING: {{ .Values.airfare.arbitratePatrolling | quote }}\n GLEE: {{ .Values.airfare.glee | quote }}\n PROPOSITION_TELL: {{ .Values.airfare.propositionTell | quote }}\n SECURITY_WIDTH: {{ .Values.airfare.securityWidth | quote }}\n SLIDER_ABUSE_ANCHOVY: {{ .Values.airfare.sliderAbuseAnchovy | quote }}\n SURPRISE_PENINSULA: {{ .Values.airfare.surprisePeninsula | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"airfare.fullname\" . }}-airfare\n labels:\n {{- include \"airfare.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: airfare\nspec:\n replicas: {{ .Values.airfare.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: airfare\n app.kubernetes.io/name: shore\n {{- include \"airfare.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: airfare\n app.kubernetes.io/name: shore\n {{- include \"airfare.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: b70700f0dfb6472a4e5eb47df7356d277b25b418adfbc715427e8a7cbbbd9015\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"airfare.fullname\" . }}-airfare\n image: {{ .Values.airfare.airfare.image.repository }}:{{ .Values.airfare.airfare.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.airfare.airfare.imagePullPolicy }}\n name: airfare\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.airfare.airfare.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.airfare.airfare.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"airfare.fullname\" . }}-airfare\n labels:\n {{- include \"airfare.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.airfare.type }}\n selector:\n app.kubernetes.io/instance: airfare\n app.kubernetes.io/name: shore\n {{- include \"airfare.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.airfare.ports | toYaml | nindent 2 -}}"
] | airfare:
ablaze: census
airfare:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
arbitratePatrolling: sentencing
glee: erect
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
propositionTell: greenhouse
replicas: 1
securityWidth: campanile
sliderAbuseAnchovy: larder
surprisePeninsula: advise
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
trading | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"trading.fullname\" . }}-trading\n labels:\n {{- include \"trading.labels\" . | nindent 4 }}\ndata:\n DONATION: {{ .Values.trading.donation | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"trading.fullname\" . }}-trading\n labels:\n {{- include \"trading.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: trading\nspec:\n replicas: {{ .Values.trading.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: trading\n app.kubernetes.io/name: verify\n {{- include \"trading.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: trading\n app.kubernetes.io/name: verify\n {{- include \"trading.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 48f6c0c337afff76708fe21cdaf548537105767bc9b2a89076e76a09d480c95b\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"trading.fullname\" . }}-trading\n image: {{ .Values.trading.trading.image.repository }}:{{ .Values.trading.trading.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.trading.trading.imagePullPolicy }}\n name: trading\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.trading.trading.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.trading.trading.containerSecurityContext |\n nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"trading.fullname\" . }}-trading\n labels:\n {{- include \"trading.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.trading.type }}\n selector:\n app.kubernetes.io/instance: trading\n app.kubernetes.io/name: verify\n {{- include \"trading.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.trading.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
trading:
donation: secretion
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
trading:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
type: ClusterIP
|
pathogenesis | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"pathogenesis.fullname\" . }}-pathogenesis\n labels:\n {{- include \"pathogenesis.labels\" . | nindent 4 }}\ndata:\n FOOTAGE_PUPPY: {{ .Values.pathogenesis.footagePuppy | quote }}\n INCONCLUSIVE: {{ .Values.pathogenesis.inconclusive | quote }}\n MOTORCAR_PENINSULA_MOUSSE: {{ .Values.pathogenesis.motorcarPeninsulaMousse | quote\n }}\n PUBLICATION_UNDERWIRE_STEP-GRANDFATHER: {{ .Values.pathogenesis.publicationUnderwireStepGrandfather\n | quote }}\n RESOLUTION_INTERFACE_CLOUD: {{ .Values.pathogenesis.resolutionInterfaceCloud |\n quote }}\n STUPIDITY_PAT: {{ .Values.pathogenesis.stupidityPat | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"pathogenesis.fullname\" . }}-pathogenesis\n labels:\n {{- include \"pathogenesis.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: pathogenesis\nspec:\n replicas: {{ .Values.pathogenesis.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: pathogenesis\n app.kubernetes.io/name: footrest\n {{- include \"pathogenesis.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: pathogenesis\n app.kubernetes.io/name: footrest\n {{- include \"pathogenesis.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 8f5c0f798da5b802443ea7d6f7b4689c08bd8b6b58bded55f9f7a6c5ec9bc5c2\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"pathogenesis.fullname\" . }}-pathogenesis\n image: {{ .Values.pathogenesis.pathogenesis.image.repository }}:{{ .Values.pathogenesis.pathogenesis.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.pathogenesis.pathogenesis.imagePullPolicy }}\n name: pathogenesis\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.pathogenesis.pathogenesis.resources | nindent 10\n }}\n securityContext: {{- toYaml .Values.pathogenesis.pathogenesis.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"pathogenesis.fullname\" . }}-pathogenesis\n labels:\n {{- include \"pathogenesis.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.pathogenesis.type }}\n selector:\n app.kubernetes.io/instance: pathogenesis\n app.kubernetes.io/name: footrest\n {{- include \"pathogenesis.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.pathogenesis.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
pathogenesis:
footagePuppy: bathe
inconclusive: escape
motorcarPeninsulaMousse: pitcher
pathogenesis:
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
publicationUnderwireStepGrandfather: soy
replicas: 1
resolutionInterfaceCloud: offset
stupidityPat: interpretation
type: ClusterIP
|
cleat | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"cleat.fullname\" . }}-cleat\n labels:\n {{- include \"cleat.labels\" . | nindent 4 }}\ndata:\n ATTEMPT_PATHWAY: {{ .Values.cleat.attemptPathway | quote }}\n CONSERVATION: {{ .Values.cleat.conservation | quote }}\n DESCENDANT_DEFEAT_TRANSOM: {{ .Values.cleat.descendantDefeatTransom | quote }}\n FALLING-OUT_CROSS: {{ .Values.cleat.fallingOutCross | quote }}\n HALLWAY_SOUVENIR: {{ .Values.cleat.hallwaySouvenir | quote }}\n HURDLER_VANITY: {{ .Values.cleat.hurdlerVanity | quote }}\n JAZZY_SUPER: {{ .Values.cleat.jazzySuper | quote }}\n JOCKEY_SAY_TORTOISE: {{ .Values.cleat.jockeySayTortoise | quote }}\n SHIPYARD: {{ .Values.cleat.shipyard | quote }}\n SPIRITUALITY_YARD: {{ .Values.cleat.spiritualityYard | quote }}\n TONGUE: {{ .Values.cleat.tongue | quote }}\n TOPSAIL_RELAXATION: {{ .Values.cleat.topsailRelaxation | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"cleat.fullname\" . }}-cleat\n labels:\n {{- include \"cleat.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: cleat\nspec:\n replicas: {{ .Values.cleat.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: cleat\n app.kubernetes.io/name: gang\n {{- include \"cleat.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: cleat\n app.kubernetes.io/name: gang\n {{- include \"cleat.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 3f080ec1cad2b1fe25e95c16856abd2d1887ed0e7d378bec45afc2c93fd86a0b\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"cleat.fullname\" . }}-cleat\n image: {{ .Values.cleat.cleat.image.repository }}:{{ .Values.cleat.cleat.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.cleat.cleat.imagePullPolicy }}\n name: cleat\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.cleat.cleat.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.cleat.cleat.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"cleat.fullname\" . }}-cleat\n labels:\n {{- include \"cleat.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.cleat.type }}\n selector:\n app.kubernetes.io/instance: cleat\n app.kubernetes.io/name: gang\n {{- include \"cleat.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.cleat.ports | toYaml | nindent 2 -}}"
] | cleat:
attemptPathway: wee
cleat:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
conservation: chops
descendantDefeatTransom: instrumentation
fallingOutCross: join
hallwaySouvenir: absence
hurdlerVanity: ferryboat
jazzySuper: let
jockeySayTortoise: neighborly
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
shipyard: wife
spiritualityYard: carbohydrate
tongue: incarnation
topsailRelaxation: celsius
type: ClusterIP
kubernetesClusterDomain: cluster.local
|
locust | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"locust.fullname\" . }}-locust\n labels:\n {{- include \"locust.labels\" . | nindent 4 }}\ndata:\n DRAMA: {{ .Values.locust.drama | quote }}\n HYBRIDIZATION: {{ .Values.locust.hybridization | quote }}\n MEASLY: {{ .Values.locust.measly | quote }}\n NERVOUS_HAT_ABRUPT: {{ .Values.locust.nervousHatAbrupt | quote }}\n STEEP: {{ .Values.locust.steep | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"locust.fullname\" . }}-locust\n labels:\n {{- include \"locust.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: locust\nspec:\n replicas: {{ .Values.locust.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: locust\n app.kubernetes.io/name: curly\n {{- include \"locust.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: locust\n app.kubernetes.io/name: curly\n {{- include \"locust.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 6b619e0e2a820669e8035fe766f2d1308cb8a2f8a40346239d04f7962181dc4e\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"locust.fullname\" . }}-locust\n image: {{ .Values.locust.locust.image.repository }}:{{ .Values.locust.locust.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.locust.locust.imagePullPolicy }}\n name: locust\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.locust.locust.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.locust.locust.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"locust.fullname\" . }}-locust\n labels:\n {{- include \"locust.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.locust.type }}\n selector:\n app.kubernetes.io/instance: locust\n app.kubernetes.io/name: curly\n {{- include \"locust.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.locust.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
locust:
drama: combative
hybridization: chest
locust:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
measly: closure
nervousHatAbrupt: craw
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
steep: cursor
type: ClusterIP
|
smoggy | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"smoggy.fullname\" . }}-smoggy\n labels:\n {{- include \"smoggy.labels\" . | nindent 4 }}\ndata:\n COURTHOUSE_PIMPLE_MOCCASINS: {{ .Values.smoggy.courthousePimpleMoccasins | quote\n }}\n ENGINE_WAY: {{ .Values.smoggy.engineWay | quote }}\n EXPLORATION_VENDOR_INSULATION: {{ .Values.smoggy.explorationVendorInsulation |\n quote }}\n MAINTAINER: {{ .Values.smoggy.maintainer | quote }}\n MATTRESS_BASIN_SILKWORM: {{ .Values.smoggy.mattressBasinSilkworm | quote }}\n OFFICER_KENDO: {{ .Values.smoggy.officerKendo | quote }}\n PINOT_PLATTER: {{ .Values.smoggy.pinotPlatter | quote }}\n RAVEN: {{ .Values.smoggy.raven | quote }}\n ROSTRUM_BUILDING_RECORDING: {{ .Values.smoggy.rostrumBuildingRecording | quote\n }}\n STAMINA: {{ .Values.smoggy.stamina | quote }}\n STEADFAST_HOOD_AD HOC: {{ .Values.smoggy.steadfastHoodAdHoc | quote }}\n SUBTITLE_TRAILER: {{ .Values.smoggy.subtitleTrailer | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"smoggy.fullname\" . }}-smoggy\n labels:\n {{- include \"smoggy.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: smoggy\nspec:\n replicas: {{ .Values.smoggy.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: smoggy\n app.kubernetes.io/name: grubby\n {{- include \"smoggy.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: smoggy\n app.kubernetes.io/name: grubby\n {{- include \"smoggy.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: 3ea72abeab3450328436a96feb230550ece3fce4cb0e279fe7e0cd3d53a991f8\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"smoggy.fullname\" . }}-smoggy\n image: {{ .Values.smoggy.smoggy.image.repository }}:{{ .Values.smoggy.smoggy.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.smoggy.smoggy.imagePullPolicy }}\n name: smoggy\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.smoggy.smoggy.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.smoggy.smoggy.containerSecurityContext | nindent\n 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"smoggy.fullname\" . }}-smoggy\n labels:\n {{- include \"smoggy.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.smoggy.type }}\n selector:\n app.kubernetes.io/instance: smoggy\n app.kubernetes.io/name: grubby\n {{- include \"smoggy.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.smoggy.ports | toYaml | nindent 2 -}}"
] | kubernetesClusterDomain: cluster.local
smoggy:
courthousePimpleMoccasins: hydraulics
engineWay: click
explorationVendorInsulation: likeness
maintainer: quicksand
mattressBasinSilkworm: working
officerKendo: march
pinotPlatter: login
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
raven: princess
replicas: 1
rostrumBuildingRecording: kill
smoggy:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
stamina: wait
steadfastHoodAdHoc: alpaca
subtitleTrailer: orator
type: ClusterIP
|
dragster | [
"# configmap.yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ include \"dragster.fullname\" . }}-dragster\n labels:\n {{- include \"dragster.labels\" . | nindent 4 }}\ndata:\n DEPENDENT: {{ .Values.dragster.dependent | quote }}\n HARD-HAT_BOG_FAITH: {{ .Values.dragster.hardHatBogFaith | quote }}\n HOMONYM_CRABBY_FRAIL: {{ .Values.dragster.homonymCrabbyFrail | quote }}\n MERCHANT_MINNOW: {{ .Values.dragster.merchantMinnow | quote }}\n NOUN_REPLICATION_JEEP: {{ .Values.dragster.nounReplicationJeep | quote }}",
"# deployment.yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ include \"dragster.fullname\" . }}-dragster\n labels:\n {{- include \"dragster.labels\" . | nindent 4 }}\n annotations:\n kubectl.kubernetes.io/default-container: dragster\nspec:\n replicas: {{ .Values.dragster.replicas }}\n selector:\n matchLabels:\n app.kubernetes.io/instance: dragster\n app.kubernetes.io/name: banjo\n {{- include \"dragster.selectorLabels\" . | nindent 6 }}\n template:\n metadata:\n labels:\n app.kubernetes.io/instance: dragster\n app.kubernetes.io/name: banjo\n {{- include \"dragster.selectorLabels\" . | nindent 8 }}\n annotations:\n checksum/config: f598cbad94f52d55f223a3b284f1191fb3feaceb3b60c53c75f250f7c2a7781b\n spec:\n containers:\n - env:\n - name: KUBERNETES_CLUSTER_DOMAIN\n value: {{ quote .Values.kubernetesClusterDomain }}\n envFrom:\n - configMapRef:\n name: {{ include \"dragster.fullname\" . }}-dragster\n image: {{ .Values.dragster.dragster.image.repository }}:{{ .Values.dragster.dragster.image.tag\n | default .Chart.AppVersion }}\n imagePullPolicy: {{ .Values.dragster.dragster.imagePullPolicy }}\n name: dragster\n ports:\n - containerPort: 80\n name: http\n protocol: TCP\n resources: {{- toYaml .Values.dragster.dragster.resources | nindent 10 }}\n securityContext: {{- toYaml .Values.dragster.dragster.containerSecurityContext\n | nindent 10 }}\n securityContext:\n fsGroup: 999",
"# service.yaml\napiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"dragster.fullname\" . }}-dragster\n labels:\n {{- include \"dragster.labels\" . | nindent 4 }}\nspec:\n type: {{ .Values.dragster.type }}\n selector:\n app.kubernetes.io/instance: dragster\n app.kubernetes.io/name: banjo\n {{- include \"dragster.selectorLabels\" . | nindent 4 }}\n ports:\n\t{{- .Values.dragster.ports | toYaml | nindent 2 -}}"
] | dragster:
dependent: armoire
dragster:
containerSecurityContext: {}
image:
repository: nginx
tag: latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
hardHatBogFaith: clipper
homonymCrabbyFrail: travel
merchantMinnow: euphonium
nounReplicationJeep: morale
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
replicas: 1
type: ClusterIP
kubernetesClusterDomain: cluster.local
|