Skip to content

Commit

Permalink
fixed production kustomization
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Milchev <[email protected]>
  • Loading branch information
imilchev committed Aug 3, 2022
1 parent 6a94023 commit 6065bd8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions manifests/overlays/production/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

namespace: podkrepibg-dev
namespace: podkrepibg

resources:
- ../../base

patches:
- path: manual/config-web.patch.yaml
- path: manual/keycloak-config-web.patch.yaml
- path: manual/deployment.patch.yaml
- path: manual/ingress.patch.yaml
target:
kind: Ingress
name: web

images:
- name: ghcr.io/podkrepi-bg/frontend
Expand Down

0 comments on commit 6065bd8

Please sign in to comment.