2 Commits

Author SHA1 Message Date
1d8541ee82 convert rollout to deployment
Some checks failed
Gitea Actions Demo / test (push) Blocked by required conditions
Gitea Actions Demo / release-image (push) Blocked by required conditions
Gitea Actions Demo / lint (push) Has been cancelled
2025-02-07 00:19:16 -06:00
8bfa8832f4 kustomize: remove namespace that does not exist yet 2025-02-07 00:19:16 -06:00
2 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
--- ---
apiVersion: v1 apiVersion: apps/v1
kind: Service kind: Deployment
metadata: metadata:
name: kipunji name: kipunji
annotations: annotations:

View File

@ -3,7 +3,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
metadata: metadata:
name: kipunji name: kipunji
namespace: kipunji
resources: resources:
- namespace.yaml - namespace.yaml
- ./app - ./app