Begin adding kopi hour talk materials.

This commit is contained in:
2023-07-20 11:40:47 +12:00
parent 98430ad1dd
commit 8cba5caffb
20 changed files with 253 additions and 2 deletions

View File

@ -0,0 +1,28 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: redis-master
namespace: guestbook
spec:
selector:
matchLabels:
app: redis
role: master
tier: backend
replicas: 1
template:
metadata:
labels:
app: redis
role: master
tier: backend
spec:
containers:
- name: master
image: k8s.gcr.io/redis:e2e
resources:
requests:
cpu: 100m
memory: 100Mi
ports:
- containerPort: 6379