FEAT(authelia): add oidc config
- for authelia sso (secrets from...
This commit is contained in:
45
minio/console-deployment.yaml
Normal file
45
minio/console-deployment.yaml
Normal file
@@ -0,0 +1,45 @@
|
|||||||
|
apiVersion: apps/v1
|
||||||
|
kind: Deployment
|
||||||
|
metadata:
|
||||||
|
name: minio-console
|
||||||
|
namespace: minio
|
||||||
|
labels:
|
||||||
|
app: minio-console
|
||||||
|
spec:
|
||||||
|
replicas: 1
|
||||||
|
selector:
|
||||||
|
matchLabels:
|
||||||
|
app: minio-console
|
||||||
|
template:
|
||||||
|
metadata:
|
||||||
|
labels:
|
||||||
|
app: minio-console
|
||||||
|
spec:
|
||||||
|
containers:
|
||||||
|
- name: console
|
||||||
|
image: ghcr.io/georgmangold/console:v1.9.1
|
||||||
|
ports:
|
||||||
|
- containerPort: 9090
|
||||||
|
name: http
|
||||||
|
env:
|
||||||
|
- name: CONSOLE_MINIO_SERVER
|
||||||
|
value: "http://minio.minio.svc.cluster.local:9000"
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: 10m
|
||||||
|
memory: 64Mi
|
||||||
|
limits:
|
||||||
|
memory: 128Mi
|
||||||
|
---
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Service
|
||||||
|
metadata:
|
||||||
|
name: minio-console
|
||||||
|
namespace: minio
|
||||||
|
spec:
|
||||||
|
selector:
|
||||||
|
app: minio-console
|
||||||
|
ports:
|
||||||
|
- port: 9090
|
||||||
|
targetPort: 9090
|
||||||
|
name: http
|
||||||
@@ -30,7 +30,6 @@ metadata:
|
|||||||
namespace: minio
|
namespace: minio
|
||||||
annotations:
|
annotations:
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||||
traefik.ingress.kubernetes.io/router.middlewares: authelia-authelia-auth@kubernetescrd
|
|
||||||
spec:
|
spec:
|
||||||
ingressClassName: traefik
|
ingressClassName: traefik
|
||||||
tls:
|
tls:
|
||||||
@@ -48,7 +47,7 @@ spec:
|
|||||||
service:
|
service:
|
||||||
name: minio-console
|
name: minio-console
|
||||||
port:
|
port:
|
||||||
number: 9001
|
number: 9090
|
||||||
- host: minio0213.kro.kr
|
- host: minio0213.kro.kr
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
@@ -58,4 +57,4 @@ spec:
|
|||||||
service:
|
service:
|
||||||
name: minio-console
|
name: minio-console
|
||||||
port:
|
port:
|
||||||
number: 9001
|
number: 9090
|
||||||
|
|||||||
@@ -5,3 +5,4 @@ resources:
|
|||||||
- persistent-volumes.yaml
|
- persistent-volumes.yaml
|
||||||
- vault/minio-root-password.yaml
|
- vault/minio-root-password.yaml
|
||||||
- ingress.yaml
|
- ingress.yaml
|
||||||
|
- console-deployment.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user