Compare commits
1 Commits
38eefd9454
...
cc9ca356f2
Author | SHA1 | Date | |
---|---|---|---|
cc9ca356f2 |
@ -49,14 +49,14 @@ releases:
|
|||||||
- template: env-values
|
- template: env-values
|
||||||
- template: env-secrets
|
- template: env-secrets
|
||||||
|
|
||||||
#- name: vaultwarden
|
- name: vaultwarden
|
||||||
# chart: allangers-charts/vaultwarden
|
chart: allangers-charts/vaultwarden
|
||||||
# version: 2.3.0
|
version: 2.3.0
|
||||||
# namespace: applications
|
namespace: applications
|
||||||
# inherit:
|
inherit:
|
||||||
# - template: default-env-values
|
- template: default-env-values
|
||||||
# - template: default-env-secrets
|
- template: default-env-secrets
|
||||||
# - template: ext-database
|
- template: ext-database
|
||||||
|
|
||||||
- name: stalwart
|
- name: stalwart
|
||||||
chart: allangers-charts/stalwart
|
chart: allangers-charts/stalwart
|
||||||
|
@ -22,7 +22,7 @@ releases:
|
|||||||
namespace: databases
|
namespace: databases
|
||||||
chart: bitnami/postgresql
|
chart: bitnami/postgresql
|
||||||
condition: postgres16.enabled
|
condition: postgres16.enabled
|
||||||
version: 16.4.3
|
version: 16.4.2
|
||||||
inherit:
|
inherit:
|
||||||
- template: default-env-values
|
- template: default-env-values
|
||||||
- template: default-env-secrets
|
- template: default-env-secrets
|
||||||
@ -32,7 +32,7 @@ releases:
|
|||||||
namespace: databases
|
namespace: databases
|
||||||
chart: bitnami/postgresql
|
chart: bitnami/postgresql
|
||||||
condition: postgres17.enabled
|
condition: postgres17.enabled
|
||||||
version: 16.4.3
|
version: 16.4.2
|
||||||
inherit:
|
inherit:
|
||||||
- template: default-env-values
|
- template: default-env-values
|
||||||
- template: default-env-secrets
|
- template: default-env-secrets
|
||||||
|
@ -12,7 +12,7 @@ releases:
|
|||||||
- name: woodpecker-ci
|
- name: woodpecker-ci
|
||||||
chart: woodpecker/woodpecker
|
chart: woodpecker/woodpecker
|
||||||
namespace: pipelines
|
namespace: pipelines
|
||||||
version: 2.1.0
|
version: 2.0.3
|
||||||
inherit:
|
inherit:
|
||||||
- template: ext-database
|
- template: ext-database
|
||||||
- template: default-env-values
|
- template: default-env-values
|
||||||
|
@ -1,15 +0,0 @@
|
|||||||
shortcuts:
|
|
||||||
hostname: links.badhouseplants.net
|
|
||||||
adminEmail: allanger@badhouseplants.net
|
|
||||||
|
|
||||||
ingress:
|
|
||||||
main:
|
|
||||||
class: traefik
|
|
||||||
metadata:
|
|
||||||
annotations:
|
|
||||||
kubernetes.io/ingress.class: traefik
|
|
||||||
traefik.ingress.kubernetes.io/router.entrypoints: web,websecure
|
|
||||||
kubernetes.io/tls-acme: "true"
|
|
||||||
kubernetes.io/ingress.allow-http: "false"
|
|
||||||
kubernetes.io/ingress.global-static-ip-name: ""
|
|
||||||
cert-manager.io/cluster-issuer: badhouseplants-issuer-http01
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -9,13 +9,6 @@ certificate:
|
|||||||
dnsNames:
|
dnsNames:
|
||||||
- xray-public-edge.badhouseplants.net
|
- xray-public-edge.badhouseplants.net
|
||||||
- 195.201.249.91
|
- 195.201.249.91
|
||||||
workload:
|
|
||||||
replicas: 1
|
|
||||||
containers:
|
|
||||||
server-xray:
|
|
||||||
ports:
|
|
||||||
shadowsocks-tcp: tcp
|
|
||||||
shadowsocks-udp: udp
|
|
||||||
|
|
||||||
traefik:
|
traefik:
|
||||||
enabled: true
|
enabled: true
|
||||||
@ -25,17 +18,6 @@ traefik:
|
|||||||
match: HostSNI(`*`)
|
match: HostSNI(`*`)
|
||||||
entrypoint: xray-edge
|
entrypoint: xray-edge
|
||||||
port: 443
|
port: 443
|
||||||
- name: server-shadowsocks-public-edge-tcp
|
|
||||||
service: server-xray-public-edge-shadowsocks-tcp
|
|
||||||
match: HostSNI(`*`)
|
|
||||||
entrypoint: ssocks-etcp
|
|
||||||
port: 8443
|
|
||||||
udpRoutes:
|
|
||||||
- name: server-shadowsocks-public-edge-udp
|
|
||||||
service: server-xray-public-edge-shadowsocks-udp
|
|
||||||
match: HostSNI(`*`)
|
|
||||||
entrypoint: ssocks-eudp
|
|
||||||
port: 8443
|
|
||||||
shortcuts:
|
shortcuts:
|
||||||
hostname: xray-public-edge.badhouseplants.net
|
hostname: xray-public-edge.badhouseplants.net
|
||||||
ingress:
|
ingress:
|
||||||
@ -51,23 +33,8 @@ extraVolumes:
|
|||||||
certs:
|
certs:
|
||||||
secret:
|
secret:
|
||||||
secretName: xray-public-edge.badhouseplants.net
|
secretName: xray-public-edge.badhouseplants.net
|
||||||
service:
|
workload:
|
||||||
shadowsocks-tcp:
|
replicas: 1
|
||||||
enabled: true
|
|
||||||
type: ClusterIP
|
|
||||||
ports:
|
|
||||||
tcp:
|
|
||||||
port: 8443
|
|
||||||
targetPort: 8443
|
|
||||||
protocol: TCP
|
|
||||||
shadowsocks-udp:
|
|
||||||
enabled: true
|
|
||||||
type: ClusterIP
|
|
||||||
ports:
|
|
||||||
udp:
|
|
||||||
port: 8443
|
|
||||||
targetPort: 8443
|
|
||||||
protocol: UDP
|
|
||||||
ext-cilium:
|
ext-cilium:
|
||||||
enabled: true
|
enabled: true
|
||||||
ciliumNetworkPolicies:
|
ciliumNetworkPolicies:
|
||||||
|
@ -17,7 +17,7 @@ traefik:
|
|||||||
enabled: true
|
enabled: true
|
||||||
tcpRoutes:
|
tcpRoutes:
|
||||||
- name: team-fortress-2
|
- name: team-fortress-2
|
||||||
service: team-fortress-2-tf2-rcon
|
service: team-fortress-2-rcon
|
||||||
match: HostSNI(`*`)
|
match: HostSNI(`*`)
|
||||||
entrypoint: tf2-rcon
|
entrypoint: tf2-rcon
|
||||||
port: 27015
|
port: 27015
|
||||||
@ -25,7 +25,7 @@ traefik:
|
|||||||
- name: team-fortress-2
|
- name: team-fortress-2
|
||||||
service: team-fortress-2-tf2
|
service: team-fortress-2-tf2
|
||||||
match: HostSNI(`*`)
|
match: HostSNI(`*`)
|
||||||
entrypoint: tf2-main
|
entrypoint: tf2
|
||||||
port: 27015
|
port: 27015
|
||||||
|
|
||||||
storage:
|
storage:
|
||||||
|
@ -107,31 +107,21 @@ ports:
|
|||||||
exposedPort: 25565
|
exposedPort: 25565
|
||||||
expose:
|
expose:
|
||||||
default: true
|
default: true
|
||||||
|
shadowsocks:
|
||||||
tf2-main:
|
port: 8388
|
||||||
|
protocol: TCP
|
||||||
|
exposedPort: 8388
|
||||||
|
expose:
|
||||||
|
default: true
|
||||||
|
tf2:
|
||||||
port: 37015
|
port: 37015
|
||||||
protocol: UDP
|
protocol: UDP
|
||||||
exposedPort: 37015
|
exposedPort: 37015
|
||||||
expose:
|
expose:
|
||||||
default: true
|
default: true
|
||||||
|
|
||||||
tf2-rcon:
|
tf2-rcon:
|
||||||
port: 37015
|
port: 37015
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
exposedPort: 37015
|
exposedPort: 37015
|
||||||
expose:
|
expose:
|
||||||
default: true
|
default: true
|
||||||
|
|
||||||
ssocks-etcp:
|
|
||||||
port: 8444
|
|
||||||
protocol: TCP
|
|
||||||
exposedPort: 8443
|
|
||||||
expose:
|
|
||||||
default: true
|
|
||||||
|
|
||||||
ssocks-eudp:
|
|
||||||
port: 8445
|
|
||||||
protocol: UDP
|
|
||||||
exposedPort: 8443
|
|
||||||
expose:
|
|
||||||
default: true
|
|
||||||
|
@ -30,14 +30,14 @@ consoleIngress:
|
|||||||
- secretName: min.e.badhouseplants.net
|
- secretName: min.e.badhouseplants.net
|
||||||
hosts:
|
hosts:
|
||||||
- min.e.badhouseplants.net
|
- min.e.badhouseplants.net
|
||||||
rootUser: "overlord"
|
rootUser: 'overlord'
|
||||||
replicas: 1
|
replicas: 1
|
||||||
mode: standalone
|
mode: standalone
|
||||||
environment:
|
environment:
|
||||||
MINIO_SERVER_URL: "https://s3e.badhouseplants.net"
|
MINIO_SERVER_URL: "https://s3e.badhouseplants.net"
|
||||||
tls:
|
tls:
|
||||||
enabled: false
|
enabled: false
|
||||||
certSecret: ""
|
certSecret: ''
|
||||||
publicCrt: public.crt
|
publicCrt: public.crt
|
||||||
privateKey: private.key
|
privateKey: private.key
|
||||||
persistence:
|
persistence:
|
||||||
@ -50,11 +50,11 @@ persistence:
|
|||||||
service:
|
service:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
clusterIP: ~
|
clusterIP: ~
|
||||||
port: "9000"
|
port: '9000'
|
||||||
consoleService:
|
consoleService:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
clusterIP: ~
|
clusterIP: ~
|
||||||
port: "9001"
|
port: '9001'
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 2Gi
|
memory: 2Gi
|
||||||
@ -63,10 +63,6 @@ buckets:
|
|||||||
policy: none
|
policy: none
|
||||||
purge: false
|
purge: false
|
||||||
versioning: false
|
versioning: false
|
||||||
- name: xray-public
|
|
||||||
policy: download
|
|
||||||
purge: false
|
|
||||||
versioning: false
|
|
||||||
metrics:
|
metrics:
|
||||||
serviceMonitor:
|
serviceMonitor:
|
||||||
enabled: false
|
enabled: false
|
||||||
@ -76,7 +72,7 @@ policies:
|
|||||||
- name: allanger
|
- name: allanger
|
||||||
statements:
|
statements:
|
||||||
- resources:
|
- resources:
|
||||||
- "arn:aws:s3:::*"
|
- 'arn:aws:s3:::*'
|
||||||
actions:
|
actions:
|
||||||
- "s3:*"
|
- "s3:*"
|
||||||
- resources: []
|
- resources: []
|
||||||
@ -88,17 +84,17 @@ policies:
|
|||||||
- name: velero
|
- name: velero
|
||||||
statements:
|
statements:
|
||||||
- resources:
|
- resources:
|
||||||
- "arn:aws:s3:::velero"
|
- 'arn:aws:s3:::velero'
|
||||||
actions:
|
actions:
|
||||||
- "s3:*"
|
- "s3:*"
|
||||||
- resources:
|
- resources:
|
||||||
- "arn:aws:s3:::velero/*"
|
- 'arn:aws:s3:::velero/*'
|
||||||
actions:
|
actions:
|
||||||
- "s3:*"
|
- "s3:*"
|
||||||
- name: Admins
|
- name: Admins
|
||||||
statements:
|
statements:
|
||||||
- resources:
|
- resources:
|
||||||
- "arn:aws:s3:::*"
|
- 'arn:aws:s3:::*'
|
||||||
actions:
|
actions:
|
||||||
- "s3:*"
|
- "s3:*"
|
||||||
- resources: []
|
- resources: []
|
||||||
@ -110,10 +106,10 @@ policies:
|
|||||||
- name: DevOps
|
- name: DevOps
|
||||||
statements:
|
statements:
|
||||||
- resources:
|
- resources:
|
||||||
- "arn:aws:s3:::badhouseplants-net"
|
- 'arn:aws:s3:::badhouseplants-net'
|
||||||
actions:
|
actions:
|
||||||
- "s3:*"
|
- "s3:*"
|
||||||
- resources:
|
- resources:
|
||||||
- "arn:aws:s3:::badhouseplants-net/*"
|
- 'arn:aws:s3:::badhouseplants-net/*'
|
||||||
actions:
|
actions:
|
||||||
- "s3:*"
|
- "s3:*"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user