Compare commits

..

3 Commits

9 changed files with 125 additions and 63 deletions

View File

@ -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

View File

@ -12,7 +12,7 @@ releases:
- name: woodpecker-ci - name: woodpecker-ci
chart: woodpecker/woodpecker chart: woodpecker/woodpecker
namespace: pipelines namespace: pipelines
version: 2.0.3 version: 2.1.0
inherit: inherit:
- template: ext-database - template: ext-database
- template: default-env-values - template: default-env-values
@ -20,14 +20,14 @@ releases:
- name: renovate-gitea - name: renovate-gitea
chart: renovate/renovate chart: renovate/renovate
namespace: pipelines namespace: pipelines
version: 39.107.0 version: 39.107.2
inherit: inherit:
- template: default-env-values - template: default-env-values
- template: default-env-secrets - template: default-env-secrets
- name: renovate-github - name: renovate-github
chart: renovate/renovate chart: renovate/renovate
namespace: pipelines namespace: pipelines
version: 39.107.0 version: 39.107.2
inherit: inherit:
- template: default-env-values - template: default-env-values
- template: default-env-secrets - template: default-env-secrets

View File

@ -0,0 +1,15 @@
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

View File

@ -9,6 +9,13 @@ 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
@ -18,6 +25,17 @@ 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:
@ -33,8 +51,23 @@ extraVolumes:
certs: certs:
secret: secret:
secretName: xray-public-edge.badhouseplants.net secretName: xray-public-edge.badhouseplants.net
workload: service:
replicas: 1 shadowsocks-tcp:
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:

View File

@ -17,7 +17,7 @@ traefik:
enabled: true enabled: true
tcpRoutes: tcpRoutes:
- name: team-fortress-2 - name: team-fortress-2
service: team-fortress-2-rcon service: team-fortress-2-tf2-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 entrypoint: tf2-main
port: 27015 port: 27015
storage: storage:

View File

@ -107,21 +107,31 @@ ports:
exposedPort: 25565 exposedPort: 25565
expose: expose:
default: true default: true
shadowsocks:
port: 8388 tf2-main:
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

View File

@ -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,6 +63,10 @@ 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
@ -72,7 +76,7 @@ policies:
- name: allanger - name: allanger
statements: statements:
- resources: - resources:
- 'arn:aws:s3:::*' - "arn:aws:s3:::*"
actions: actions:
- "s3:*" - "s3:*"
- resources: [] - resources: []
@ -84,17 +88,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: []
@ -106,10 +110,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:*"