Compare commits
No commits in common. "8951deadb18b7d7c9730f3c88538a350e87eff9c" and "83ec5d1faf7af24b2ec20b3bbdb246037cdf0566" have entirely different histories.
8951deadb1
...
83ec5d1faf
|
@ -1,32 +0,0 @@
|
|||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: docs
|
||||
spec:
|
||||
replicas: 2
|
||||
selector:
|
||||
matchLabels:
|
||||
app: docs
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: docs
|
||||
spec:
|
||||
containers:
|
||||
- name: docs
|
||||
image: git.distrust.co/public/docs
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: docs
|
||||
spec:
|
||||
ports:
|
||||
- name: http
|
||||
port: 80
|
||||
targetPort: 8080
|
||||
selector:
|
||||
app: docs
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"m.homeserver": {
|
||||
"base_url": "https://matrix.distrust.co"
|
||||
"base_url": "https://distrust.ems.host"
|
||||
},
|
||||
"m.identity_server": {
|
||||
"base_url": "https://vector.im"
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"m.server": "matrix.distrust.co:443"
|
||||
"m.server": "distrust.ems.host:443"
|
||||
}
|
||||
|
|
|
@ -37,29 +37,3 @@ spec:
|
|||
- hosts:
|
||||
- distrust.co
|
||||
secretName: website-tls
|
||||
---
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: docs
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt
|
||||
external-dns.alpha.kubernetes.io/hostname: docs.distrust.co
|
||||
nginx.ingress.kubernetes.io/enable-cors: "true"
|
||||
spec:
|
||||
ingressClassName: nginx
|
||||
rules:
|
||||
- host: docs.distrust.co
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: docs
|
||||
port:
|
||||
number: 80
|
||||
tls:
|
||||
- hosts:
|
||||
- docs.distrust.co
|
||||
secretName: docs-tls
|
||||
|
|
|
@ -5,14 +5,11 @@ resources:
|
|||
- namespace.yaml
|
||||
- ingress.yaml
|
||||
- website.yaml
|
||||
- docs.yaml
|
||||
- wellknown.yaml
|
||||
configMapGenerator:
|
||||
- name: openpgp-keys
|
||||
files:
|
||||
- keys/88823A75ECAA786B0FF38B148E401478A3FBEF72.asc
|
||||
- keys/6B61ECD76088748C70590D55E90A401336C8AAA9.asc
|
||||
- keys/3D7C8D39E8C4DF771583D3F0A8A091FD346001CA.asc
|
||||
- name: wellknown-matrix
|
||||
files:
|
||||
- files/matrix/client
|
||||
|
|
Loading…
Reference in New Issue