Skip to content

Instantly share code, notes, and snippets.

View ChrisChinchilla's full-sized avatar
✍️
docsdocsdocs

Chris Chinchilla ChrisChinchilla

✍️
docsdocsdocs
View GitHub Profile
spec:
containers:
- env:
- name: DATABASE_HOST
value: postgres
- name: DATABASE_NAME
value: product
- name: DATABASE_PASSWORD
value: pr0dr0b0t
- name: DATABASE_USER
echo "hello" $MESSAGE
export MESSAGE=Humanitec
export MESSAGE=Humanitec
the application is frozen Frozen
nothing works Frozen
the application says incompatible Incompatible
it won't work on my computer Incompatible
i can't upload UploadFail
my file won't upload UploadFail
i got an error ErrorMessage
there's an error message ErrorMessage
it says file too large LargeFile
an error message says file too big LargeFile
apiVersion: v1
kind: Service
metadata:
name: product-fe
spec:
type: NodePort
ports:
- protocol: TCP
port: 8080
targetPort: 8080
apiVersion: apps/v1
kind: Deployment
metadata:
name: product-fe
spec:
replicas: 1
selector:
matchLabels:
app: ecommerce
tier: frontend
apiVersion: v1
kind: Service
metadata:
labels:
app: ecommerce
tier: backend
name: product-be
spec:
type: NodePort
ports:
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app: ecommerce
tier: backend
name: product-be
spec:
replicas: 2
selector:
apiVersion: v1
kind: Service
metadata:
name: postgres
labels:
app: ecommerce
tier: postgres
spec:
type: NodePort
ports: