diff --git a/flux/cluster/apps/gitops/drone/runner.yaml b/flux/cluster/apps/gitops/drone/runner.yaml index a00518f..e9b29b1 100644 --- a/flux/cluster/apps/gitops/drone/runner.yaml +++ b/flux/cluster/apps/gitops/drone/runner.yaml @@ -22,12 +22,6 @@ spec: image: repository: drone/drone-runner-kube tag: 1.0.0-rc.3 - ingress: - enabled: true - host: drone.0x76.dev - paths: - - path: / - pathType: Prefix rbac: buildNamespaces: - drone-build diff --git a/flux/cluster/apps/gitops/drone/server.yaml b/flux/cluster/apps/gitops/drone/server.yaml index e9b27a8..26e1eda 100644 --- a/flux/cluster/apps/gitops/drone/server.yaml +++ b/flux/cluster/apps/gitops/drone/server.yaml @@ -19,10 +19,11 @@ spec: tag: 2.12.0 ingress: enabled: true - host: drone.0x76.dev - paths: - - path: / - pathType: Prefix + hosts: + - host: drone.0x76.dev + paths: + - path: / + pathType: Prefix persistentVolume: enabled: false extraSecretNamesForEnvFrom: