|
|
|
@ -20,7 +20,7 @@ spec: |
|
|
|
spec: |
|
|
|
containers: |
|
|
|
- name: baseline-frontend |
|
|
|
image: packages.semapp.lan:5000/baseline_frontend:1.1.0-baseline |
|
|
|
image: packages.semapp.lan:5000/baseline_frontend:1.1.1-baseline |
|
|
|
|
|
|
|
workingDir: /srv/web |
|
|
|
resources: |
|
|
|
@ -50,7 +50,7 @@ spec: |
|
|
|
imagePullPolicy: Always |
|
|
|
|
|
|
|
- name: baseline-backend |
|
|
|
image: packages.semapp.lan:5000/baseline_backend:1.1.0-baseline |
|
|
|
image: packages.semapp.lan:5000/baseline_backend:1.1.1-baseline |
|
|
|
|
|
|
|
workingDir: /opt/www |
|
|
|
resources: |
|
|
|
@ -112,9 +112,9 @@ data: |
|
|
|
|
|
|
|
THROTTLE_MAX_ATTEMPTS: "80" |
|
|
|
|
|
|
|
KEYCLOAK_URL: "https://kc.semapp.de" |
|
|
|
KEYCLOAK_PORT: "80" |
|
|
|
KEYCLOAK_REALM: "baseline_production" |
|
|
|
KEYCLOAK_URL: "http://kc.k8s.semprod.local" |
|
|
|
KEYCLOAK_PORT: "8080" |
|
|
|
KEYCLOAK_REALM: "baseline" |
|
|
|
|
|
|
|
REDIRECT_URL: "https://baseline.semapp.de/" |
|
|
|
|
|
|
|
@ -199,25 +199,6 @@ spec: |
|
|
|
type: NodePort |
|
|
|
--- |
|
|
|
|
|
|
|
# Ingress description |
|
|
|
apiVersion: networking.k8s.io/v1beta1 |
|
|
|
kind: Ingress |
|
|
|
metadata: |
|
|
|
name: baseline-prod-ingress |
|
|
|
namespace: baseline-environment |
|
|
|
annotations: |
|
|
|
kubernetes.io/ingress.class: "traefik" |
|
|
|
spec: |
|
|
|
rules: |
|
|
|
- host: baseline.k8s.semprod.local |
|
|
|
http: |
|
|
|
paths: |
|
|
|
- path: / |
|
|
|
backend: |
|
|
|
serviceName: baseline-frontend-prod |
|
|
|
servicePort: 8000 |
|
|
|
|
|
|
|
|
|
|
|
# Ingress description |
|
|
|
apiVersion: networking.k8s.io/v1 |
|
|
|
kind: Ingress |
|
|
|
|