Skykube.io #2
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
question
Further information is requested
apiVersion: apps/v1
kind: Deployment
metadata:
name: skycube-firewall
spec:
replicas: 3
selector:
matchLabels:
app: skycube-firewall
template:
metadata:
labels:
app: skycube-firewall
spec:
containers:
- name: skycube-firewall
image: your-firewall-image:tag
ports:
- containerPort: 80
The text was updated successfully, but these errors were encountered: