changed host to example domain

This commit is contained in:
Sebastian Wendel 2022-11-30 12:14:39 +01:00
parent 818446a5d7
commit 802fa8cc22
No known key found for this signature in database
GPG key ID: 1422B7DF78144640
8 changed files with 15 additions and 15 deletions

View file

@ -76,7 +76,7 @@ First of all, you will need a Kubernetes cluster up and running. If you are not
```sh ```sh
git clone https://gitlab.fabcity.hamburg/software/interfacer-swkit.git git clone https://gitlab.fabcity.hamburg/software/interfacer-swkit.git
cd interfacer-swkit cd interfacer-swkit
kubectl kustomize --enable-helm | kubectl apply -f - kubectl kustomize --enable-helm overlays/dev | kubectl apply -f -
``` ```
## ⚙️ Development Workflow and Contributing ## ⚙️ Development Workflow and Contributing

View file

@ -17,14 +17,14 @@ ingress:
kubernetes.io/tls-acme: "true" kubernetes.io/tls-acme: "true"
cert-manager.io/cluster-issuer: letsencrypt-http cert-manager.io/cluster-issuer: letsencrypt-http
hosts: hosts:
- host: code.k8s.dev.fabcity-hamburg.de - host: code.example.org
paths: paths:
- path: / - path: /
pathType: Prefix pathType: Prefix
tls: tls:
- secretName: interfacer-gitea-tls - secretName: interfacer-gitea-tls
hosts: hosts:
- code.k8s.dev.fabcity-hamburg.de - code.example.org
resources: resources:
requests: requests:
cpu: 100m cpu: 100m

View file

@ -1,3 +1,3 @@
--- ---
gateway: gateway:
url: "https://gateway.k8s.dev.fabcity-hamburg.de/" url: "https://gateway.example.org/"

View file

@ -5,7 +5,7 @@ metadata:
name: letsencrypt-http name: letsencrypt-http
spec: spec:
acme: acme:
email: hostmaster@fabcity-hamburg.de email: hostmaster@example.org
server: https://acme-v02.api.letsencrypt.org/directory server: https://acme-v02.api.letsencrypt.org/directory
privateKeySecretRef: privateKeySecretRef:
name: letsencrypt-key name: letsencrypt-key
@ -20,7 +20,7 @@ metadata:
name: letsencrypt-http-staging name: letsencrypt-http-staging
spec: spec:
acme: acme:
email: hostmaster@fabcity-hamburg.de email: hostmaster@example.org
server: https://acme-staging-v02.api.letsencrypt.org/directory server: https://acme-staging-v02.api.letsencrypt.org/directory
privateKeySecretRef: privateKeySecretRef:
name: letsencrypt-key-staging name: letsencrypt-key-staging

View file

@ -19,4 +19,4 @@ spec:
name: http name: http
tls: tls:
- hosts: - hosts:
- code.k8s.dev.fabcity-hamburg.de - code.example.org

View file

@ -10,7 +10,7 @@ namespace: gitea
# - op: replace # - op: replace
# path: /spec/rules # path: /spec/rules
# value: # value:
# - host: code.k8s.dev.fabcity-hamburg.de # - host: code.example.org
# http: # http:
# paths: # paths:
# - path: / # - path: /
@ -21,4 +21,4 @@ namespace: gitea
# value: # value:
# - secretName: gitea-tls # - secretName: gitea-tls
# hosts: # hosts:
# - code.k8s.dev.fabcity-hamburg.de # - code.example.org

View file

@ -8,7 +8,7 @@ metadata:
cert-manager.io/cluster-issuer: letsencrypt-http cert-manager.io/cluster-issuer: letsencrypt-http
spec: spec:
rules: rules:
- host: hub.k8s.dev.fabcity-hamburg.de - host: hub.example.org
http: http:
paths: paths:
- path: / - path: /
@ -20,7 +20,7 @@ spec:
name: http name: http
tls: tls:
- hosts: - hosts:
- hub.k8s.dev.fabcity-hamburg.de - hub.example.org
secretName: interfacer-core-frontend-tls secretName: interfacer-core-frontend-tls
--- ---
apiVersion: networking.k8s.io/v1 apiVersion: networking.k8s.io/v1
@ -32,7 +32,7 @@ metadata:
cert-manager.io/cluster-issuer: letsencrypt-http cert-manager.io/cluster-issuer: letsencrypt-http
spec: spec:
rules: rules:
- host: gateway.k8s.dev.fabcity-hamburg.de - host: gateway.example.org
http: http:
paths: paths:
- path: / - path: /
@ -44,5 +44,5 @@ spec:
name: http name: http
tls: tls:
- hosts: - hosts:
- gateway.k8s.dev.fabcity-hamburg.de - gateway.example.org
secretName: interfacer-core-gateway-tls secretName: interfacer-core-gateway-tls

View file

@ -8,7 +8,7 @@ metadata:
cert-manager.io/cluster-issuer: letsencrypt-http cert-manager.io/cluster-issuer: letsencrypt-http
spec: spec:
rules: rules:
- host: www.k8s.dev.fabcity-hamburg.de - host: www.example.org
http: http:
paths: paths:
- path: / - path: /
@ -20,5 +20,5 @@ spec:
name: http name: http
tls: tls:
- hosts: - hosts:
- www.k8s.dev.fabcity-hamburg.de - www.example.org
secretName: interfacer-webpresence-tls secretName: interfacer-webpresence-tls