kubernetes-katas icon indicating copy to clipboard operation
kubernetes-katas copied to clipboard

configmap-secrets exercise have inconsitencies in service or svc

Open sofusalbertsen opened this issue 8 months ago • 0 comments

$ 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

sofusalbertsen avatar Jun 11 '24 13:06 sofusalbertsen