apiVersion: apps/v1
kind: Deployment
metadata:
name: guacd
spec:
selector:
matchLabels:
app: guacd
template:
labels:
containers:
- name: guacd
image: guacamole/guacd
resources:
limits:
cpu: 100m
memory: "32Mi"
ports:
- protocol: TCP
containerPort: 4822