Setup or kairos

This commit is contained in:
2024-08-03 23:44:00 +01:00
parent 5de3c8ae6e
commit 2dfe4f5ca4
24 changed files with 44 additions and 12769 deletions

View File

@@ -1,20 +0,0 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: whoami
namespace: apps
spec:
selector:
matchLabels:
app: whoami
replicas: 1
template:
metadata:
labels:
app: whoami
spec:
containers:
- name: whoami
image: traefik/whoami
ports:
- containerPort: 80