Compare commits
1 Commits
unstable
...
fix-dispat
Author | SHA1 | Date |
---|---|---|
Matthieu Lamalle | 76d2989e85 |
|
@ -7,6 +7,28 @@ configurations:
|
||||||
resources:
|
resources:
|
||||||
- ./resources/hydra-cnpg-cluster.yaml
|
- ./resources/hydra-cnpg-cluster.yaml
|
||||||
|
|
||||||
|
secretGenerator:
|
||||||
|
- name: hydra-postgres-admin
|
||||||
|
type: Secret
|
||||||
|
literals:
|
||||||
|
- username=postgres
|
||||||
|
- password=NotSoSecret
|
||||||
|
- name: hydra-postgres-user
|
||||||
|
type: Secret
|
||||||
|
literals:
|
||||||
|
- username=hydra
|
||||||
|
- password=NotSoSecret
|
||||||
|
|
||||||
|
|
||||||
|
vars:
|
||||||
|
- name: HYDRA_DATABASE_SERVICE_NAME
|
||||||
|
objref:
|
||||||
|
name: hydra-postgres
|
||||||
|
kind: Cluster
|
||||||
|
apiVersion: postgresql.cnpg.io/v1
|
||||||
|
fieldref:
|
||||||
|
fieldpath: metadata.name
|
||||||
|
|
||||||
patches:
|
patches:
|
||||||
- target:
|
- target:
|
||||||
group: apps
|
group: apps
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
name: HYDRA_DATABASE_USER
|
name: HYDRA_DATABASE_USER
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: hydra-postgres-app
|
name: hydra-postgres-user
|
||||||
key: username
|
key: username
|
||||||
- op: add
|
- op: add
|
||||||
path: "/spec/template/spec/containers/0/env/-"
|
path: "/spec/template/spec/containers/0/env/-"
|
||||||
|
@ -12,18 +12,10 @@
|
||||||
name: HYDRA_DATABASE_PASSWORD
|
name: HYDRA_DATABASE_PASSWORD
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: hydra-postgres-app
|
name: hydra-postgres-user
|
||||||
key: password
|
key: password
|
||||||
- op: add
|
|
||||||
path: "/spec/template/spec/containers/0/env/-"
|
|
||||||
value:
|
|
||||||
name: HYDRA_DATABASE_SERVICE_NAME
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: hydra-postgres-app
|
|
||||||
key: host
|
|
||||||
- op: add
|
- op: add
|
||||||
path: "/spec/template/spec/containers/0/env/-"
|
path: "/spec/template/spec/containers/0/env/-"
|
||||||
value:
|
value:
|
||||||
name: DSN
|
name: DSN
|
||||||
value: "postgres://$(HYDRA_DATABASE_USER):$(HYDRA_DATABASE_PASSWORD)@$(HYDRA_DATABASE_SERVICE_NAME):5432/hydra?sslmode=disable&max_conns=$(HYDRA_DATABASE_MAX_CONN)"
|
value: "postgres://$(HYDRA_DATABASE_USER):$(HYDRA_DATABASE_PASSWORD)@$(HYDRA_DATABASE_SERVICE_NAME)-rw:5432/hydra?sslmode=disable"
|
|
@ -4,7 +4,7 @@
|
||||||
name: HYDRA_DATABASE_USER
|
name: HYDRA_DATABASE_USER
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: hydra-postgres-app
|
name: hydra-postgres-user
|
||||||
key: username
|
key: username
|
||||||
- op: add
|
- op: add
|
||||||
path: "/spec/jobTemplate/spec/template/spec/containers/0/env/-"
|
path: "/spec/jobTemplate/spec/template/spec/containers/0/env/-"
|
||||||
|
@ -12,18 +12,10 @@
|
||||||
name: HYDRA_DATABASE_PASSWORD
|
name: HYDRA_DATABASE_PASSWORD
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: hydra-postgres-app
|
name: hydra-postgres-user
|
||||||
key: password
|
key: password
|
||||||
- op: add
|
|
||||||
path: "/spec/jobTemplate/spec/template/spec/containers/0/env/-"
|
|
||||||
value:
|
|
||||||
name: HYDRA_DATABASE_SERVICE_NAME
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: hydra-postgres-app
|
|
||||||
key: host
|
|
||||||
- op: add
|
- op: add
|
||||||
path: "/spec/jobTemplate/spec/template/spec/containers/0/env/-"
|
path: "/spec/jobTemplate/spec/template/spec/containers/0/env/-"
|
||||||
value:
|
value:
|
||||||
name: DSN
|
name: DSN
|
||||||
value: "postgres://$(HYDRA_DATABASE_USER):$(HYDRA_DATABASE_PASSWORD)@$(HYDRA_DATABASE_SERVICE_NAME):5432/hydra?sslmode=disable"
|
value: "postgres://$(HYDRA_DATABASE_USER):$(HYDRA_DATABASE_PASSWORD)@$(HYDRA_DATABASE_SERVICE_NAME)-rw:5432/hydra?sslmode=disable"
|
|
@ -4,7 +4,7 @@
|
||||||
name: HYDRA_DATABASE_USER
|
name: HYDRA_DATABASE_USER
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: hydra-postgres-app
|
name: hydra-postgres-user
|
||||||
key: username
|
key: username
|
||||||
- op: add
|
- op: add
|
||||||
path: "/spec/template/spec/containers/0/env/-"
|
path: "/spec/template/spec/containers/0/env/-"
|
||||||
|
@ -12,18 +12,10 @@
|
||||||
name: HYDRA_DATABASE_PASSWORD
|
name: HYDRA_DATABASE_PASSWORD
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: hydra-postgres-app
|
name: hydra-postgres-user
|
||||||
key: password
|
key: password
|
||||||
- op: add
|
|
||||||
path: "/spec/template/spec/containers/0/env/-"
|
|
||||||
value:
|
|
||||||
name: HYDRA_DATABASE_SERVICE_NAME
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: hydra-postgres-app
|
|
||||||
key: host
|
|
||||||
- op: add
|
- op: add
|
||||||
path: "/spec/template/spec/containers/0/env/-"
|
path: "/spec/template/spec/containers/0/env/-"
|
||||||
value:
|
value:
|
||||||
name: DSN
|
name: DSN
|
||||||
value: "postgres://$(HYDRA_DATABASE_USER):$(HYDRA_DATABASE_PASSWORD)@$(HYDRA_DATABASE_SERVICE_NAME):5432/hydra?sslmode=disable"
|
value: "postgres://$(HYDRA_DATABASE_USER):$(HYDRA_DATABASE_PASSWORD)@$(HYDRA_DATABASE_SERVICE_NAME)-rw:5432/hydra?sslmode=disable"
|
|
@ -5,9 +5,13 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
instances: 3
|
instances: 3
|
||||||
primaryUpdateStrategy: unsupervised
|
primaryUpdateStrategy: unsupervised
|
||||||
|
superuserSecret:
|
||||||
|
name: hydra-postgres-admin
|
||||||
bootstrap:
|
bootstrap:
|
||||||
initdb:
|
initdb:
|
||||||
database: hydra
|
database: hydra
|
||||||
owner: hydra
|
owner: hydra
|
||||||
|
secret:
|
||||||
|
name: hydra-postgres-user
|
||||||
storage:
|
storage:
|
||||||
size: 2Gi
|
size: 2Gi
|
|
@ -2,7 +2,7 @@ apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: hydra-ldap
|
io.kompose.service: hydra-ldap
|
||||||
name: hydra-ldap
|
name: hydra-ldap
|
||||||
spec:
|
spec:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
|
|
|
@ -2,36 +2,43 @@ apiVersion: kustomize.config.k8s.io/v1alpha1
|
||||||
kind: Component
|
kind: Component
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- ./resources/hydra-oidc-deployment.yaml
|
- ./resources/hydra-oidc-deployment.yaml
|
||||||
- ./resources/hydra-oidc-service.yaml
|
- ./resources/hydra-oidc-service.yaml
|
||||||
|
|
||||||
generatorOptions:
|
generatorOptions:
|
||||||
labels:
|
labels:
|
||||||
com.cadoles.forge.sso-kustom/session: redis
|
com.cadoles.forge.sso-kustom/session: redis
|
||||||
|
|
||||||
configMapGenerator:
|
configMapGenerator:
|
||||||
- name: hydra-oidc-env
|
- name: hydra-oidc-env
|
||||||
behavior: create
|
literals:
|
||||||
literals:
|
- APP_ENV=prod
|
||||||
- APP_ENV=prod
|
- APP_DEBUG=false
|
||||||
- APP_DEBUG=false
|
- PHP_FPM_MEMORY_LIMIT=256m
|
||||||
- PHP_FPM_MEMORY_LIMIT=256m
|
- NGINX_APP_SERVER_LISTEN=80
|
||||||
- NGINX_APP_SERVER_LISTEN=80
|
- HYDRA_ADMIN_BASE_URL=http://hydra-dispatcher
|
||||||
- HYDRA_ADMIN_BASE_URL=http://hydra-dispatcher
|
- OIC_AUTHORIZE_ENDPOINT=https://oidc-idp/api/v1/authorize
|
||||||
- OIC_AUTHORIZE_ENDPOINT=https://oidc-idp/api/v1/authorize
|
- OIDC_TOKEN_ENDPOINT=https://oidc-idp/api/v1/token
|
||||||
- OIDC_TOKEN_ENDPOINT=https://oidc-idp/api/v1/token
|
- OIDC_USERINFO_ENDPOINT=https://oidc-idp/api/v1/userinfo
|
||||||
- OIDC_USERINFO_ENDPOINT=https://oidc-idp/api/v1/userinfo
|
- POST_LOGOUT_REDIRECT_URL=http://oidc-sp/logout
|
||||||
- POST_LOGOUT_REDIRECT_URL=http://oidc-sp/logout
|
- OIDC_LOGOUT_ENDPOINT=https://oidc-idp/api/v1/logout?%s
|
||||||
- OIDC_LOGOUT_ENDPOINT=https://oidc-idp/api/v1/logout?%s
|
- BASE_URL=http://hydra-oidc
|
||||||
- BASE_URL=http://hydra-oidc
|
- PARAMS_TO_DELETE=[]
|
||||||
- PARAMS_TO_DELETE=[]
|
- PARAMS_TO_INSERT={}
|
||||||
- PARAMS_TO_INSERT={}
|
- OIDC_SCOPE=openid email
|
||||||
- OIDC_SCOPE=openid email
|
- CLIENT_ID_FC=MyClientID
|
||||||
- CLIENT_ID_FC=MyClientID
|
- CLIENT_SECRET_FC=MyClientSecret
|
||||||
- CLIENT_SECRET_FC=MyClientSecret
|
- COOKIE_PATH=/
|
||||||
- COOKIE_PATH=/
|
- TRUSTED_PROXIES=127.0.0.1,REMOTE_ADDR
|
||||||
- TRUSTED_PROXIES=127.0.0.1,REMOTE_ADDR
|
- REDIS_DSN="redis://redis:6379"
|
||||||
- REDIS_DSN="redis://redis:6379"
|
# - name: hydra-dispatcher-apps
|
||||||
- HYDRA_DISPATCHER_OIDC_LOGIN_URL="http://hydra-oidc/login"
|
# behavior: merge
|
||||||
- HYDRA_DISPATCHER_OIDC_CONSENT_URL="http://hydra-oidc/consent"
|
# files:
|
||||||
- HYDRA_DISPATCHER_OIDC_LOGOUT_URL="http://hydra-oidc/logout"
|
# - apps.yaml=./files/hydra/oidc.yaml
|
||||||
|
|
||||||
|
patchesJson6902:
|
||||||
|
- target:
|
||||||
|
version: v1
|
||||||
|
kind: ConfigMap
|
||||||
|
name: hydra-oidc-env
|
||||||
|
path: patches/hydra-oidc-env.yaml
|
||||||
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
- op: replace
|
||||||
|
path: "/data/HYDRA_DISPATCHER_OIDC_LOGIN_URL"
|
||||||
|
value: http://hydra-oidc/login
|
||||||
|
- op: replace
|
||||||
|
path: "/data/HYDRA_DISPATCHER_OIDC_CONSENT_URL"
|
||||||
|
value: http://hydra-oidc/consent
|
||||||
|
- op: replace
|
||||||
|
path: "/data/HYDRA_DISPATCHER_OIDC_LOGOUT_URL"
|
||||||
|
value: http://hydra-oidc/logout
|
|
@ -2,101 +2,85 @@ apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: hydra-oidc
|
io.kompose.service: hydra-oidc
|
||||||
name: hydra-oidc
|
name: hydra-oidc
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app.kubernetes.io/name: hydra-oidc
|
io.kompose.service: hydra-oidc
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: hydra-oidc
|
io.kompose.service: hydra-oidc
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: hydra-oidc-php-fpm
|
- name: hydra-oidc-php-fpm
|
||||||
image: reg.cadoles.com/cadoles/hydra-oidc-base:2024.4.2-develop.1349.c4711f6
|
image: reg.cadoles.com/cadoles/hydra-oidc-base:2023.12.15-develop.1012.d57f2ad
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
args: ["/usr/sbin/php-fpm81", "-F", "-e"]
|
args: ["/usr/sbin/php-fpm81", "-F", "-e"]
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
exec:
|
exec:
|
||||||
command:
|
command:
|
||||||
- sh
|
- sh
|
||||||
- -c
|
- -c
|
||||||
- test -f /etc/php81/php-fpm.d/www.conf
|
- test -f /etc/php81/php-fpm.d/www.conf
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
exec:
|
exec:
|
||||||
command:
|
command:
|
||||||
- php
|
- php
|
||||||
- bin/console
|
- bin/console
|
||||||
- -V
|
- -V
|
||||||
initialDelaySeconds: 10
|
initialDelaySeconds: 10
|
||||||
periodSeconds: 30
|
periodSeconds: 30
|
||||||
env:
|
env:
|
||||||
- name: PHP_FPM_LISTEN
|
- name: PHP_FPM_LISTEN
|
||||||
value: 127.0.0.1:9000
|
value: 127.0.0.1:9000
|
||||||
- name: PHP_MEMORY_LIMIT
|
- name: PHP_MEMORY_LIMIT
|
||||||
value: 128m
|
value: 128m
|
||||||
- name: PHP_FPM_MEMORY_LIMIT
|
- name: PHP_FPM_MEMORY_LIMIT
|
||||||
value: 128m
|
value: 128m
|
||||||
envFrom:
|
envFrom:
|
||||||
- configMapRef:
|
- configMapRef:
|
||||||
name: hydra-oidc-env
|
name: hydra-oidc-env
|
||||||
resources: {}
|
resources: {}
|
||||||
securityContext:
|
|
||||||
runAsNonRoot: true
|
|
||||||
runAsGroup: 1000
|
|
||||||
runAsUser: 1000
|
|
||||||
|
|
||||||
- name: hydra-oidc-caddy
|
- image: reg.cadoles.com/cadoles/hydra-oidc-base:2023.12.15-develop.1012.d57f2ad
|
||||||
image: reg.cadoles.com/cadoles/hydra-oidc-base:2024.4.2-develop.1349.c4711f6
|
imagePullPolicy: Always
|
||||||
imagePullPolicy: Always
|
name: hydra-oidc-nginx
|
||||||
args:
|
args: ["/usr/sbin/nginx"]
|
||||||
[
|
readinessProbe:
|
||||||
"/usr/sbin/caddy",
|
httpGet:
|
||||||
"run",
|
path: /healthy
|
||||||
"--adapter",
|
port: 80
|
||||||
"caddyfile",
|
initialDelaySeconds: 5
|
||||||
"--config",
|
timeoutSeconds: 5
|
||||||
"/etc/caddy/Caddyfile",
|
periodSeconds: 10
|
||||||
]
|
livenessProbe:
|
||||||
readinessProbe:
|
httpGet:
|
||||||
httpGet:
|
path: /healthy
|
||||||
path: /healthy
|
port: 80
|
||||||
port: 8080
|
initialDelaySeconds: 15
|
||||||
initialDelaySeconds: 5
|
timeoutSeconds: 5
|
||||||
timeoutSeconds: 5
|
periodSeconds: 15
|
||||||
periodSeconds: 10
|
envFrom:
|
||||||
livenessProbe:
|
- configMapRef:
|
||||||
httpGet:
|
name: hydra-oidc-env
|
||||||
path: /healthy
|
env:
|
||||||
port: 8080
|
- name: NGINX_APP_UPSTREAM_BACKEND_SERVER
|
||||||
initialDelaySeconds: 15
|
|
||||||
timeoutSeconds: 5
|
|
||||||
periodSeconds: 15
|
|
||||||
ports:
|
|
||||||
- containerPort: 8080
|
|
||||||
name: http
|
|
||||||
envFrom:
|
|
||||||
- configMapRef:
|
|
||||||
name: hydra-oidc-env
|
|
||||||
env:
|
|
||||||
- name: CADDY_APP_UPSTREAM_BACKEND_SERVER
|
|
||||||
value: 127.0.0.1:9000
|
value: 127.0.0.1:9000
|
||||||
- name: CADDY_HTTPS_PORT
|
- name: NGINX_APP_ROOT
|
||||||
value: "8443"
|
value: "/public/"
|
||||||
- name: CADDY_HTTP_PORT
|
- name: NGINX_APP_PHP_INDEX
|
||||||
value: "8080"
|
value: "/index.php"
|
||||||
- name: CADDY_DATA_FS
|
- name: NGINX_ERROR_LOG_LEVEL
|
||||||
value: "/tmp/caddy"
|
value: "warn"
|
||||||
- name: CADDY_APP_ROOT_PUBLIC
|
- name: NGINX_APP_PHP_NON_FILE_PATTERN
|
||||||
value: "/app/public/"
|
value: "^/index\\.php(/|$)"
|
||||||
resources: {}
|
ports:
|
||||||
securityContext:
|
- containerPort: 8080
|
||||||
runAsNonRoot: true
|
resources: {}
|
||||||
runAsGroup: 1000
|
|
||||||
runAsUser: 1000
|
|
||||||
restartPolicy: Always
|
restartPolicy: Always
|
||||||
|
|
||||||
|
|
|
@ -2,14 +2,13 @@ apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: hydra-oidc
|
io.kompose.service: hydra-oidc
|
||||||
name: hydra-oidc
|
name: hydra-oidc
|
||||||
spec:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: hydra-oidc
|
||||||
port: 80
|
port: 80
|
||||||
targetPort: http
|
|
||||||
selector:
|
selector:
|
||||||
app.kubernetes.io/name: hydra-oidc
|
io.kompose.service: hydra-oidc
|
||||||
status:
|
status:
|
||||||
loadBalancer: {}
|
loadBalancer: {}
|
||||||
|
|
|
@ -2,19 +2,19 @@ apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: hydra-saml-remote-user
|
io.kompose.service: hydra-saml-remote-user
|
||||||
name: hydra-saml-remote-user
|
name: hydra-saml-remote-user
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app.kubernetes.io/name: hydra-saml-remote-user
|
io.kompose.service: hydra-saml-remote-user
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: hydra-saml-remote-user
|
io.kompose.service: hydra-saml-remote-user
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: hydra-saml-remote-user
|
- name: hydra-saml-remote-user
|
||||||
|
@ -31,7 +31,7 @@ apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: hydra-saml-remote-user
|
io.kompose.service: hydra-saml-remote-user
|
||||||
name: hydra-saml-remote-user
|
name: hydra-saml-remote-user
|
||||||
spec:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
|
@ -39,6 +39,6 @@ spec:
|
||||||
port: 80
|
port: 80
|
||||||
targetPort: 8080
|
targetPort: 8080
|
||||||
selector:
|
selector:
|
||||||
app.kubernetes.io/name: hydra-saml-remote-user
|
io.kompose.service: hydra-saml-remote-user
|
||||||
status:
|
status:
|
||||||
loadBalancer: {}
|
loadBalancer: {}
|
||||||
|
|
|
@ -2,19 +2,19 @@ apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: hydra-saml-shibboleth-sp
|
io.kompose.service: hydra-saml-shibboleth-sp
|
||||||
name: hydra-saml-shibboleth-sp
|
name: hydra-saml-shibboleth-sp
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app.kubernetes.io/name: hydra-saml-shibboleth-sp
|
io.kompose.service: hydra-saml-shibboleth-sp
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: hydra-saml-shibboleth-sp
|
io.kompose.service: hydra-saml-shibboleth-sp
|
||||||
spec:
|
spec:
|
||||||
securityContext:
|
securityContext:
|
||||||
fsGroup: 102
|
fsGroup: 102
|
||||||
|
@ -41,14 +41,14 @@ apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: hydra-saml
|
io.kompose.service: hydra-saml
|
||||||
name: hydra-saml
|
name: hydra-saml
|
||||||
spec:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
port: 80
|
port: 80
|
||||||
selector:
|
selector:
|
||||||
app.kubernetes.io/name: hydra-saml-shibboleth-sp
|
io.kompose.service: hydra-saml-shibboleth-sp
|
||||||
status:
|
status:
|
||||||
loadBalancer: {}
|
loadBalancer: {}
|
||||||
|
|
||||||
|
|
|
@ -1,22 +0,0 @@
|
||||||
[opcache]
|
|
||||||
; Determines if Zend OPCache is enabled
|
|
||||||
opcache.enable=1
|
|
||||||
|
|
||||||
; Determines if Zend OPCache is enabled for the CLI version of PHP
|
|
||||||
opcache.enable_cli=1
|
|
||||||
|
|
||||||
; The OPcache shared memory storage size.
|
|
||||||
opcache.memory_consumption=512
|
|
||||||
|
|
||||||
; The maximum number of keys (scripts) in the OPcache hash table.
|
|
||||||
; Only numbers between 200 and 1000000 are allowed.
|
|
||||||
opcache.max_accelerated_files=20000
|
|
||||||
|
|
||||||
; When disabled, you must reset the OPcache manually or restart the
|
|
||||||
; webserver for changes to the filesystem to take effect.
|
|
||||||
opcache.validate_timestamps=${OPCACHE_VALIDATE_TIMESTAMP}
|
|
||||||
|
|
||||||
; How often (in seconds) to check file timestamps for changes to the shared
|
|
||||||
; memory storage allocation. ("1" means validate once per second, but only
|
|
||||||
; once per request. "0" means always validate)
|
|
||||||
opcache.revalidate_freq=${OPCACHE_REVALIDATE_FREQ}
|
|
|
@ -11,7 +11,6 @@ generatorOptions:
|
||||||
|
|
||||||
configMapGenerator:
|
configMapGenerator:
|
||||||
- name: hydra-sql-env
|
- name: hydra-sql-env
|
||||||
behavior: create
|
|
||||||
literals:
|
literals:
|
||||||
- ISSUER_URL="http://localhost:8000"
|
- ISSUER_URL="http://localhost:8000"
|
||||||
- BASE_URL='http://localhost:8080'
|
- BASE_URL='http://localhost:8080'
|
||||||
|
@ -27,6 +26,3 @@ configMapGenerator:
|
||||||
- name: sql-login-config
|
- name: sql-login-config
|
||||||
files:
|
files:
|
||||||
- ./files/sql_login.yaml
|
- ./files/sql_login.yaml
|
||||||
- name: hydra-sql-php-ini
|
|
||||||
files:
|
|
||||||
- ./files/03_base.ini
|
|
||||||
|
|
|
@ -2,26 +2,23 @@ apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: hydra-sql
|
io.kompose.service: hydra-sql
|
||||||
name: hydra-sql
|
name: hydra-sql
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app.kubernetes.io/name: hydra-sql
|
io.kompose.service: hydra-sql
|
||||||
strategy:
|
strategy:
|
||||||
type: RollingUpdate
|
type: Recreate
|
||||||
rollingUpdate:
|
|
||||||
maxSurge: 25%
|
|
||||||
maxUnavailable: 25%
|
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: hydra-sql
|
io.kompose.service: hydra-sql
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: hydra-sql-fpm
|
- name: hydra-sql-fpm
|
||||||
image: reg.cadoles.com/cadoles/hydra-sql-base:2024.11.6-develop.1113.075be9b
|
image: reg.cadoles.com/cadoles/hydra-sql-base:2023.12.14-develop.1107.740a756
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
args: ["/usr/sbin/php-fpm81", "-F", "-e"]
|
args: ["/usr/sbin/php-fpm81", "-F", "-e"]
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
|
@ -39,10 +36,6 @@ spec:
|
||||||
initialDelaySeconds: 10
|
initialDelaySeconds: 10
|
||||||
periodSeconds: 30
|
periodSeconds: 30
|
||||||
resources: {}
|
resources: {}
|
||||||
securityContext:
|
|
||||||
runAsNonRoot: true
|
|
||||||
runAsGroup: 1000
|
|
||||||
runAsUser: 1000
|
|
||||||
envFrom:
|
envFrom:
|
||||||
- configMapRef:
|
- configMapRef:
|
||||||
name: hydra-sql-env
|
name: hydra-sql-env
|
||||||
|
@ -55,22 +48,15 @@ spec:
|
||||||
value: 128m
|
value: 128m
|
||||||
- name: PHP_FPM_LOG_LEVEL
|
- name: PHP_FPM_LOG_LEVEL
|
||||||
value: warning
|
value: warning
|
||||||
- name: OPCACHE_VALIDATE_TIMESTAMP
|
|
||||||
value: "0"
|
|
||||||
- name: OPCACHE_REVALIDATE_FREQ
|
|
||||||
value: "0"
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: sql-login-config
|
- name: sql-login-config
|
||||||
mountPath: "/app/config/sql_login_configuration/sql_login.yaml"
|
mountPath: "/app/config/sql_login_configuration/sql_login.yaml"
|
||||||
subPath: "sql_login.yaml"
|
subPath: "sql_login.yaml"
|
||||||
- name: hydra-sql-php-ini
|
|
||||||
mountPath: /etc/php81/conf.d/03_base.ini
|
|
||||||
subPath: 03_base.ini
|
|
||||||
|
|
||||||
- name: hydra-sql-caddy
|
- name: hydra-sql-nginx
|
||||||
image: reg.cadoles.com/cadoles/hydra-sql-base:2024.11.6-develop.1113.075be9b
|
image: reg.cadoles.com/cadoles/hydra-sql-base:2023.12.14-develop.1107.740a756
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
args: ["/usr/sbin/caddy", "run", "--adapter", "caddyfile", "--config", "/etc/caddy/Caddyfile"]
|
args: ["/usr/sbin/nginx"]
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /health
|
path: /health
|
||||||
|
@ -89,24 +75,19 @@ spec:
|
||||||
- configMapRef:
|
- configMapRef:
|
||||||
name: hydra-sql-env
|
name: hydra-sql-env
|
||||||
env:
|
env:
|
||||||
- name: CADDY_APP_UPSTREAM_BACKEND_SERVER
|
- name: NGINX_APP_UPSTREAM_BACKEND_SERVER
|
||||||
value: 127.0.0.1:9000
|
value: 127.0.0.1:9000
|
||||||
- name: CADDY_HTTPS_PORT
|
- name: NGINX_APP_ROOT
|
||||||
value: "8443"
|
value: "/public"
|
||||||
- name: CADDY_HTTP_PORT
|
- name: NGINX_APP_PHP_INDEX
|
||||||
value: "8080"
|
value: "/index.php"
|
||||||
- name: CADDY_DATA_FS
|
- name: NGINX_ERROR_LOG_LEVEL
|
||||||
value: "/tmp/caddy"
|
value: "warn"
|
||||||
- name: CADDY_APP_ROOT_PUBLIC
|
- name: NGINX_APP_PHP_NON_FILE_PATTERN
|
||||||
value: "/app/public/"
|
value: "^/index\\.php(/|$)"
|
||||||
resources: {}
|
resources: {}
|
||||||
securityContext:
|
|
||||||
runAsNonRoot: true
|
|
||||||
runAsGroup: 1000
|
|
||||||
runAsUser: 1000
|
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
name: http
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: sql-login-config
|
- name: sql-login-config
|
||||||
mountPath: "/app/config/sql_login_configuration/sql_login.yaml"
|
mountPath: "/app/config/sql_login_configuration/sql_login.yaml"
|
||||||
|
@ -115,8 +96,5 @@ spec:
|
||||||
- name: sql-login-config
|
- name: sql-login-config
|
||||||
configMap:
|
configMap:
|
||||||
name: sql-login-config
|
name: sql-login-config
|
||||||
- name: hydra-sql-php-ini
|
|
||||||
configMap:
|
|
||||||
name: hydra-sql-php-ini
|
|
||||||
|
|
||||||
restartPolicy: Always
|
restartPolicy: Always
|
||||||
|
|
|
@ -2,14 +2,13 @@ apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: hydra-sql
|
io.kompose.service: hydra-sql
|
||||||
name: hydra-sql
|
name: hydra-sql
|
||||||
spec:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: hydra-sql
|
||||||
port: 80
|
port: 8080
|
||||||
targetPort: http
|
|
||||||
selector:
|
selector:
|
||||||
app.kubernetes.io/name: hydra-sql
|
io.kompose.service: hydra-sql
|
||||||
status:
|
status:
|
||||||
loadBalancer: {}
|
loadBalancer: {}
|
||||||
|
|
|
@ -2,19 +2,19 @@ apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: port-forwarder
|
io.kompose.service: port-forwarder
|
||||||
name: port-forwarder
|
name: port-forwarder
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app.kubernetes.io/name: port-forwarder
|
io.kompose.service: port-forwarder
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: port-forwarder
|
io.kompose.service: port-forwarder
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: hpello/tcp-proxy:latest
|
- image: hpello/tcp-proxy:latest
|
||||||
|
@ -42,7 +42,7 @@ apiVersion: v1
|
||||||
metadata:
|
metadata:
|
||||||
name: ssokustom
|
name: ssokustom
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: port-forwarder
|
io.kompose.service: port-forwarder
|
||||||
spec:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
- name: https
|
- name: https
|
||||||
|
@ -52,4 +52,4 @@ spec:
|
||||||
port: 80
|
port: 80
|
||||||
targetPort: 80
|
targetPort: 80
|
||||||
selector:
|
selector:
|
||||||
app.kubernetes.io/name: port-forwarder
|
io.kompose.service: port-forwarder
|
|
@ -2,19 +2,19 @@ apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: saml-idp
|
io.kompose.service: saml-idp
|
||||||
name: saml-idp
|
name: saml-idp
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app.kubernetes.io/name: saml-idp
|
io.kompose.service: saml-idp
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: saml-idp
|
io.kompose.service: saml-idp
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: kristophjunge/test-saml-idp:1.15
|
- image: kristophjunge/test-saml-idp:1.15
|
||||||
|
@ -35,7 +35,7 @@ apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: saml-idp
|
io.kompose.service: saml-idp
|
||||||
name: saml-idp
|
name: saml-idp
|
||||||
spec:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
|
@ -46,6 +46,6 @@ spec:
|
||||||
port: 8443
|
port: 8443
|
||||||
targetPort: 8443
|
targetPort: 8443
|
||||||
selector:
|
selector:
|
||||||
app.kubernetes.io/name: saml-idp
|
io.kompose.service: saml-idp
|
||||||
status:
|
status:
|
||||||
loadBalancer: {}
|
loadBalancer: {}
|
|
@ -1,22 +0,0 @@
|
||||||
[opcache]
|
|
||||||
; Determines if Zend OPCache is enabled
|
|
||||||
opcache.enable=1
|
|
||||||
|
|
||||||
; Determines if Zend OPCache is enabled for the CLI version of PHP
|
|
||||||
opcache.enable_cli=1
|
|
||||||
|
|
||||||
; The OPcache shared memory storage size.
|
|
||||||
opcache.memory_consumption=512
|
|
||||||
|
|
||||||
; The maximum number of keys (scripts) in the OPcache hash table.
|
|
||||||
; Only numbers between 200 and 1000000 are allowed.
|
|
||||||
opcache.max_accelerated_files=20000
|
|
||||||
|
|
||||||
; When disabled, you must reset the OPcache manually or restart the
|
|
||||||
; webserver for changes to the filesystem to take effect.
|
|
||||||
opcache.validate_timestamps=${OPCACHE_VALIDATE_TIMESTAMP}
|
|
||||||
|
|
||||||
; How often (in seconds) to check file timestamps for changes to the shared
|
|
||||||
; memory storage allocation. ("1" means validate once per second, but only
|
|
||||||
; once per request. "0" means always validate)
|
|
||||||
opcache.revalidate_freq=${OPCACHE_REVALIDATE_FREQ}
|
|
|
@ -29,6 +29,3 @@ configMapGenerator:
|
||||||
- name: hydra-dispatcher-apps
|
- name: hydra-dispatcher-apps
|
||||||
files:
|
files:
|
||||||
- apps.yaml=./files/hydra/default.yaml
|
- apps.yaml=./files/hydra/default.yaml
|
||||||
- name: hydra-dispatcher-php-ini
|
|
||||||
files:
|
|
||||||
- ./files/03_base.ini
|
|
|
@ -2,23 +2,23 @@ apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: hydra-dispatcher
|
io.kompose.service: hydra-dispatcher
|
||||||
name: hydra-dispatcher
|
name: hydra-dispatcher
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app.kubernetes.io/name: hydra-dispatcher
|
io.kompose.service: hydra-dispatcher
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: hydra-dispatcher
|
io.kompose.service: hydra-dispatcher
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: hydra-dispatcher-php-fpm
|
- name: hydra-dispatcher-php-fpm
|
||||||
image: reg.cadoles.com/cadoles/hydra-dispatcher-base:2024.9.24-develop.1122.f88a5eb
|
image: reg.cadoles.com/cadoles/hydra-dispatcher-base:2023.12.15-develop.903.b675347
|
||||||
args: ["/usr/sbin/php-fpm81", "-F", "-e"]
|
args: ["/usr/sbin/php-fpm81", "-F", "-e"]
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
exec:
|
exec:
|
||||||
|
@ -41,47 +41,29 @@ spec:
|
||||||
value: 128m
|
value: 128m
|
||||||
- name: PHP_FPM_MEMORY_LIMIT
|
- name: PHP_FPM_MEMORY_LIMIT
|
||||||
value: 128m
|
value: 128m
|
||||||
- name: OPCACHE_VALIDATE_TIMESTAMP
|
|
||||||
value: "0"
|
|
||||||
- name: OPCACHE_REVALIDATE_FREQ
|
|
||||||
value: "0"
|
|
||||||
envFrom:
|
envFrom:
|
||||||
- configMapRef:
|
- configMapRef:
|
||||||
name: hydra-dispatcher-env
|
name: hydra-dispatcher-env
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /app/config/hydra
|
- mountPath: /app/config/hydra
|
||||||
name: hydra-dispatcher-apps
|
name: hydra-dispatcher-apps
|
||||||
- name: hydra-dispatcher-php-ini
|
|
||||||
mountPath: /etc/php81/conf.d/03_base.ini
|
|
||||||
subPath: 03_base.ini
|
|
||||||
resources: {}
|
resources: {}
|
||||||
securityContext:
|
|
||||||
runAsNonRoot: true
|
- image: reg.cadoles.com/cadoles/hydra-dispatcher-base:2023.12.15-develop.903.b675347
|
||||||
runAsGroup: 1000
|
|
||||||
runAsUser: 1000
|
|
||||||
- name: hydra-dispatcher-caddy
|
|
||||||
image: reg.cadoles.com/cadoles/hydra-dispatcher-base:2024.9.24-develop.1122.f88a5eb
|
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
args:
|
name: hydra-dispatcher-nginx
|
||||||
[
|
args: ["/usr/sbin/nginx"]
|
||||||
"/usr/sbin/caddy",
|
|
||||||
"run",
|
|
||||||
"--adapter",
|
|
||||||
"caddyfile",
|
|
||||||
"--config",
|
|
||||||
"/etc/caddy/Caddyfile",
|
|
||||||
]
|
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /health
|
path: /health
|
||||||
port: 8080
|
port: 80
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
timeoutSeconds: 5
|
timeoutSeconds: 5
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /health
|
path: /health
|
||||||
port: 8080
|
port: 80
|
||||||
initialDelaySeconds: 15
|
initialDelaySeconds: 15
|
||||||
timeoutSeconds: 5
|
timeoutSeconds: 5
|
||||||
periodSeconds: 15
|
periodSeconds: 15
|
||||||
|
@ -89,29 +71,21 @@ spec:
|
||||||
- configMapRef:
|
- configMapRef:
|
||||||
name: hydra-dispatcher-env
|
name: hydra-dispatcher-env
|
||||||
env:
|
env:
|
||||||
- name: CADDY_APP_UPSTREAM_BACKEND_SERVER
|
- name: NGINX_APP_UPSTREAM_BACKEND_SERVER
|
||||||
value: 127.0.0.1:9000
|
value: 127.0.0.1:9000
|
||||||
- name: CADDY_HTTPS_PORT
|
- name: NGINX_APP_ROOT
|
||||||
value: "8443"
|
value: "/public/"
|
||||||
- name: CADDY_HTTP_PORT
|
- name: NGINX_APP_PHP_INDEX
|
||||||
value: "8080"
|
value: "/index.php"
|
||||||
- name: CADDY_DATA_FS
|
- name: NGINX_ERROR_LOG_LEVEL
|
||||||
value: "/tmp/caddy"
|
value: "warn"
|
||||||
- name: CADDY_APP_ROOT_PUBLIC
|
- name: NGINX_APP_PHP_NON_FILE_PATTERN
|
||||||
value: "/app/public/"
|
value: "^/index\\.php(/|$)"
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
name: http
|
|
||||||
resources: {}
|
resources: {}
|
||||||
securityContext:
|
|
||||||
runAsNonRoot: true
|
|
||||||
runAsGroup: 1000
|
|
||||||
runAsUser: 1000
|
|
||||||
restartPolicy: Always
|
restartPolicy: Always
|
||||||
volumes:
|
volumes:
|
||||||
- name: hydra-dispatcher-apps
|
- name: hydra-dispatcher-apps
|
||||||
configMap:
|
configMap:
|
||||||
name: hydra-dispatcher-apps
|
name: hydra-dispatcher-apps
|
||||||
- name: hydra-dispatcher-php-ini
|
|
||||||
configMap:
|
|
||||||
name: hydra-dispatcher-php-ini
|
|
||||||
|
|
|
@ -2,14 +2,13 @@ apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: hydra-dispatcher
|
io.kompose.service: hydra-dispatcher
|
||||||
name: hydra-dispatcher
|
name: hydra-dispatcher
|
||||||
spec:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
port: 80
|
port: 80
|
||||||
targetPort: http
|
|
||||||
selector:
|
selector:
|
||||||
app.kubernetes.io/name: hydra-dispatcher
|
io.kompose.service: hydra-dispatcher
|
||||||
status:
|
status:
|
||||||
loadBalancer: {}
|
loadBalancer: {}
|
||||||
|
|
|
@ -1,43 +1,36 @@
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
|
|
||||||
images:
|
|
||||||
- name: reg.cadoles.com/proxy_cache/oryd/hydra
|
|
||||||
newTag: v2.1.2
|
|
||||||
- name: reg.cadoles.com/proxy_cache/oryd/hydra-maester
|
|
||||||
newTag: v0.0.32-amd64
|
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- ./resources/hydra-deployment.yaml
|
- ./resources/hydra-deployment.yaml
|
||||||
- ./resources/hydra-service.yaml
|
- ./resources/hydra-service.yaml
|
||||||
- ./resources/hydra-role.yaml
|
- ./resources/hydra-role.yaml
|
||||||
- ./resources/hydra-rolebinding.yaml
|
- ./resources/hydra-rolebinding.yaml
|
||||||
- ./resources/hydra-serviceaccount.yaml
|
- ./resources/hydra-serviceaccount.yaml
|
||||||
- ./resources/hydra-migrate-job.yaml
|
- ./resources/hydra-migrate-job.yaml
|
||||||
- ./resources/hydra-maester
|
- ./resources/hydra-maester
|
||||||
- ./resources/hydra-janitor-cronjob.yaml
|
- ./resources/hydra-janitor-cronjob.yaml
|
||||||
|
|
||||||
secretGenerator:
|
secretGenerator:
|
||||||
- name: hydra-secret
|
- name: hydra-secret
|
||||||
literals:
|
literals:
|
||||||
- SECRETS_SYSTEM=ThisShouldBeAbsolutelyChanged
|
- SECRETS_SYSTEM=ThisShouldBeAbsolutelyChanged
|
||||||
|
|
||||||
configMapGenerator:
|
configMapGenerator:
|
||||||
- name: hydra-env
|
- name: hydra-env
|
||||||
literals:
|
literals:
|
||||||
- URLS_SELF_ISSUER=http://localhost:4444
|
- URLS_SELF_ISSUER=http://localhost:4444
|
||||||
- URLS_LOGIN=http://hydra-login-app/login
|
- URLS_LOGIN=http://hydra-login-app/login
|
||||||
- URLS_CONSENT=http://hydra-consent-app/consent
|
- URLS_CONSENT=http://hydra-consent-app/consent
|
||||||
- URLS_LOGOUT=http://hydra-logout-app/logout
|
- URLS_LOGOUT=http://hydra-logout-app/logout
|
||||||
- HYDRA_SERVE_ALL_ARGS=--dev
|
- HYDRA_SERVE_ALL_ARGS=--dev
|
||||||
- HYDRA_DATABASE_MAX_CONN="10"
|
- LOG_LEVEL=info
|
||||||
- LOG_LEVEL=info
|
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
- name: HYDRA_MIGRATE_JOB_NAME
|
- name: HYDRA_MIGRATE_JOB_NAME
|
||||||
objref:
|
objref:
|
||||||
name: hydra-migrate
|
name: hydra-migrate
|
||||||
kind: Job
|
kind: Job
|
||||||
apiVersion: batch/v1
|
apiVersion: batch/v1
|
||||||
fieldref:
|
fieldref:
|
||||||
fieldpath: metadata.name
|
fieldpath: metadata.name
|
|
@ -2,19 +2,19 @@ apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: hydra
|
io.kompose.service: hydra
|
||||||
name: hydra
|
name: hydra
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app.kubernetes.io/name: hydra
|
io.kompose.service: hydra
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: hydra
|
io.kompose.service: hydra
|
||||||
spec:
|
spec:
|
||||||
serviceAccountName: hydra-sa
|
serviceAccountName: hydra-sa
|
||||||
initContainers:
|
initContainers:
|
||||||
|
|
|
@ -2,7 +2,7 @@ apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: hydra
|
io.kompose.service: hydra
|
||||||
name: hydra
|
name: hydra
|
||||||
spec:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
|
@ -13,6 +13,6 @@ spec:
|
||||||
port: 4445
|
port: 4445
|
||||||
targetPort: hydra-admin
|
targetPort: hydra-admin
|
||||||
selector:
|
selector:
|
||||||
app.kubernetes.io/name: hydra
|
io.kompose.service: hydra
|
||||||
status:
|
status:
|
||||||
loadBalancer: {}
|
loadBalancer: {}
|
||||||
|
|
Loading…
Reference in New Issue