diff --git a/infrastructure/traefik/clusterrole.yaml b/infrastructure/traefik/clusterrole.yaml index 353eaff4..871b8782 100644 --- a/infrastructure/traefik/clusterrole.yaml +++ b/infrastructure/traefik/clusterrole.yaml @@ -2,7 +2,7 @@ apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: - name: traefik-ingress-controller + name: atlas-traefik-ingress-controller rules: - apiGroups: - "" diff --git a/infrastructure/traefik/clusterrolebinding.yaml b/infrastructure/traefik/clusterrolebinding.yaml index 86941f39..864d53c3 100644 --- a/infrastructure/traefik/clusterrolebinding.yaml +++ b/infrastructure/traefik/clusterrolebinding.yaml @@ -2,12 +2,12 @@ apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: - name: traefik-ingress-controller + name: atlas-traefik-ingress-controller roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole - name: traefik-ingress-controller + name: atlas-traefik-ingress-controller subjects: - kind: ServiceAccount - name: traefik-ingress-controller + name: atlas-traefik-ingress-controller namespace: traefik diff --git a/infrastructure/traefik/deployment.yaml b/infrastructure/traefik/deployment.yaml index 600a504c..32108f7d 100644 --- a/infrastructure/traefik/deployment.yaml +++ b/infrastructure/traefik/deployment.yaml @@ -72,8 +72,8 @@ items: node-role.kubernetes.io/worker: "true" restartPolicy: Always schedulerName: default-scheduler - serviceAccount: traefik-ingress-controller - serviceAccountName: traefik-ingress-controller + serviceAccount: atlas-traefik-ingress-controller + serviceAccountName: atlas-traefik-ingress-controller terminationGracePeriodSeconds: 30 kind: List metadata: {} diff --git a/infrastructure/traefik/serviceaccount.yaml b/infrastructure/traefik/serviceaccount.yaml index c2b09075..28422487 100644 --- a/infrastructure/traefik/serviceaccount.yaml +++ b/infrastructure/traefik/serviceaccount.yaml @@ -2,5 +2,5 @@ apiVersion: v1 kind: ServiceAccount metadata: - name: traefik-ingress-controller + name: atlas-traefik-ingress-controller namespace: traefik diff --git a/services/harbor/helmrelease.yaml b/services/harbor/helmrelease.yaml index f1bfc176..bec28eeb 100644 --- a/services/harbor/helmrelease.yaml +++ b/services/harbor/helmrelease.yaml @@ -41,7 +41,6 @@ spec: ingress: className: traefik annotations: - cert-manager.io/cluster-issuer: letsencrypt traefik.ingress.kubernetes.io/router.entrypoints: websecure traefik.ingress.kubernetes.io/router.tls: "true" hosts: