Merge branch 'main' into renovate/registry.k8s.io-external-dns-external-dns-0.x
This commit is contained in:
commit
6490200e13
7 changed files with 62 additions and 10 deletions
|
@ -9,14 +9,7 @@ metadata:
|
|||
spec:
|
||||
gatewayClassName: contour
|
||||
listeners:
|
||||
- name: ssh
|
||||
protocol: TCP
|
||||
port: 22
|
||||
allowedRoutes:
|
||||
kinds:
|
||||
- kind: TCPRoute
|
||||
namespaces:
|
||||
from: All
|
||||
|
||||
- name: snips-ssh
|
||||
protocol: TCP
|
||||
port: 2222
|
||||
|
@ -25,12 +18,14 @@ spec:
|
|||
- kind: TCPRoute
|
||||
namespaces:
|
||||
from: All
|
||||
|
||||
- name: http
|
||||
protocol: HTTP
|
||||
port: 80
|
||||
allowedRoutes:
|
||||
namespaces:
|
||||
from: All
|
||||
|
||||
- name: https
|
||||
hostname: "*.icb4dc0.de"
|
||||
port: 443
|
||||
|
@ -42,6 +37,7 @@ spec:
|
|||
mode: Terminate
|
||||
certificateRefs:
|
||||
- name: wildcard-icb4dc0-de-tls
|
||||
|
||||
- name: forgejo
|
||||
hostname: "code.icb4dc0.de"
|
||||
port: 443
|
||||
|
@ -56,6 +52,33 @@ spec:
|
|||
mode: Terminate
|
||||
certificateRefs:
|
||||
- name: forgejo-tls
|
||||
- name: ssh
|
||||
protocol: TCP
|
||||
port: 22
|
||||
allowedRoutes:
|
||||
kinds:
|
||||
- kind: TCPRoute
|
||||
namespaces:
|
||||
from: Selector
|
||||
selector:
|
||||
matchLabels:
|
||||
kubernetes.io/metadata.name: forgejo
|
||||
|
||||
- name: vikunja
|
||||
hostname: "todo.icb4dc0.de"
|
||||
port: 443
|
||||
protocol: HTTPS
|
||||
allowedRoutes:
|
||||
namespaces:
|
||||
from: Selector
|
||||
selector:
|
||||
matchLabels:
|
||||
kubernetes.io/metadata.name: vikunja
|
||||
tls:
|
||||
mode: Terminate
|
||||
certificateRefs:
|
||||
- name: vikunja-tls
|
||||
|
||||
- name: ente-endpoints
|
||||
hostname: "*.ente.icb4dc0.de"
|
||||
port: 443
|
||||
|
@ -70,6 +93,7 @@ spec:
|
|||
mode: Terminate
|
||||
certificateRefs:
|
||||
- name: ente-tls
|
||||
|
||||
- name: coder-port-forwards
|
||||
hostname: "*.ide.icb4dc0.de"
|
||||
port: 443
|
||||
|
@ -84,6 +108,7 @@ spec:
|
|||
mode: Terminate
|
||||
certificateRefs:
|
||||
- name: coder-port-forwards-tls
|
||||
|
||||
- name: garage-s3-subdomains
|
||||
hostname: "*.s3.icb4dc0.de"
|
||||
port: 443
|
||||
|
@ -98,6 +123,7 @@ spec:
|
|||
mode: Terminate
|
||||
certificateRefs:
|
||||
- name: garage-s3-subdomains-tls
|
||||
|
||||
- name: buildr-fider-community
|
||||
hostname: community.buildr.icb4dc0.de
|
||||
port: 443
|
||||
|
@ -112,6 +138,7 @@ spec:
|
|||
mode: Terminate
|
||||
certificateRefs:
|
||||
- name: buildr-fider-community-tls
|
||||
|
||||
- name: inetmock-fider-community
|
||||
hostname: community.inetmock.icb4dc0.de
|
||||
port: 443
|
||||
|
@ -126,6 +153,7 @@ spec:
|
|||
mode: Terminate
|
||||
certificateRefs:
|
||||
- name: inetmock-fider-community-tls
|
||||
|
||||
- name: fider-login
|
||||
hostname: login.fider.icb4dc0.de
|
||||
port: 443
|
||||
|
|
|
@ -15,7 +15,7 @@ images:
|
|||
newTag: "3.4.1"
|
||||
- name: dind
|
||||
newName: docker
|
||||
newTag: 26.1.2-dind
|
||||
newTag: 26.1.3-dind
|
||||
|
||||
resources:
|
||||
- resources/secrets/admin-credentials.yaml
|
||||
|
|
|
@ -25,6 +25,7 @@ resources:
|
|||
- resources/api_routes.yaml
|
||||
- resources/web_routes.yaml
|
||||
- resources/pdb.yaml
|
||||
- resources/servicemonitor.yaml
|
||||
- backup/
|
||||
|
||||
configMapGenerator:
|
||||
|
|
20
garage/resources/servicemonitor.yaml
Normal file
20
garage/resources/servicemonitor.yaml
Normal file
|
@ -0,0 +1,20 @@
|
|||
apiVersion: monitoring.coreos.com/v1
|
||||
kind: ServiceMonitor
|
||||
metadata:
|
||||
name: garage
|
||||
labels:
|
||||
prometheus: default
|
||||
spec:
|
||||
endpoints:
|
||||
- honorLabels: true
|
||||
path: /metrics
|
||||
port: metrics
|
||||
scheme: http
|
||||
scrapeTimeout: 30s
|
||||
jobLabel: garage
|
||||
namespaceSelector:
|
||||
matchNames:
|
||||
- garage
|
||||
selector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/component: metrics
|
|
@ -17,6 +17,8 @@ apiVersion: v1
|
|||
kind: Service
|
||||
metadata:
|
||||
name: garage-metrics
|
||||
labels:
|
||||
app.kubernetes.io/component: metrics
|
||||
spec:
|
||||
type: ClusterIP
|
||||
clusterIP: None
|
||||
|
|
|
@ -111,6 +111,7 @@ grafana:
|
|||
auth_url: https://code.icb4dc0.de/login/oauth/authorize
|
||||
token_url: https://code.icb4dc0.de/login/oauth/access_token
|
||||
api_url: https://code.icb4dc0.de/login/oauth/userinfo
|
||||
skip_org_role_sync: true
|
||||
persistence:
|
||||
enabled: false
|
||||
storageClassName: hcloud-volumes
|
||||
|
|
|
@ -24,7 +24,7 @@ metadata:
|
|||
spec:
|
||||
parentRefs:
|
||||
- name: contour
|
||||
sectionName: https
|
||||
sectionName: vikunja
|
||||
namespace: projectcontour
|
||||
hostnames:
|
||||
- todo.icb4dc0.de
|
||||
|
|
Loading…
Reference in a new issue