eficode-academy / kubernetes-katas

Deliberate exercises for Kubernetes
265 stars 275 forks source link

configmap-secrets exercise have inconsitencies in service or svc #113

Open sofusalbertsen opened 4 months ago

sofusalbertsen commented 4 months ago
$ tree -L 2
.
├── done
│   ├── backend-deployment.yaml
│   ├── backend-svc.yaml
│   ├── frontend-deployment.yaml
│   ├── frontend-svc.yaml
│   ├── postgres-configmap.yaml
│   ├── postgres-deployment.yaml
│   ├── postgres-secret.yaml
│   └── postgres-service.yaml
└── start
    ├── backend-deployment.yaml
    ├── backend-svc.yaml
    ├── frontend-deployment.yaml
    ├── frontend-svc.yaml
    ├── postgres-deployment.yaml
    └── postgres-service.yaml