Skip to content
Snippets Groups Projects
Verified Commit f6f806ce authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

move nginx to core because it depends on metallb

parent f0251114
No related branches found
No related tags found
No related merge requests found
---
apiVersion: kustomize.toolkit.fluxcd.io/v1beta1
kind: Kustomization
metadata:
......@@ -21,3 +22,16 @@ spec:
name: oas-oauth-variables
- kind: Secret
name: oas-cluster-variables
healthChecks:
- apiVersion: helm.toolkit.fluxcd.io/v1beta1
kind: HelmRelease
name: metallb
namespace: kube-system
- apiVersion: helm.toolkit.fluxcd.io/v1beta1
kind: HelmRelease
name: nginx
namespace: oas
- apiVersion: helm.toolkit.fluxcd.io/v1beta1
kind: HelmRelease
name: single-sign-on
namespace: oas
......@@ -21,10 +21,6 @@ spec:
kind: HelmRelease
name: local-path-provisioner
namespace: kube-system
- apiVersion: helm.toolkit.fluxcd.io/v1beta1
kind: HelmRelease
name: nginx
namespace: oas
- apiVersion: helm.toolkit.fluxcd.io/v1beta1
kind: HelmRelease
name: oas-secrets
......
......@@ -18,6 +18,8 @@ spec:
remediation:
retries: 3
timeout: 9m
dependsOn:
- name: metallb
values:
controller:
image:
......
......@@ -19,7 +19,6 @@ spec:
install:
remediation:
retries: 3
values:
singleSignOnHost: &SSO_HOST "sso.${domain}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment