chore: remove fw and update Gitea values
This commit is contained in:
parent
560309ad0f
commit
0fe66b44b7
2 changed files with 11 additions and 29 deletions
|
@ -1,25 +0,0 @@
|
||||||
resource "hcloud_firewall" "k8s_nodes_firewall" {
|
|
||||||
name = "k8s-nodes"
|
|
||||||
rule {
|
|
||||||
direction = "in"
|
|
||||||
protocol = "icmp"
|
|
||||||
source_ips = [
|
|
||||||
"0.0.0.0/0",
|
|
||||||
"::/0"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
||||||
rule {
|
|
||||||
direction = "in"
|
|
||||||
protocol = "tcp"
|
|
||||||
port = "22"
|
|
||||||
source_ips = [
|
|
||||||
"0.0.0.0/0",
|
|
||||||
"::/0"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
||||||
apply_to {
|
|
||||||
label_selector = "cluster=icb4dc0.de"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -13,11 +13,11 @@ ingress:
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 100m
|
cpu: 500m
|
||||||
memory: 256Mi
|
memory: 768Mi
|
||||||
requests:
|
requests:
|
||||||
cpu: 50m
|
cpu: 250m
|
||||||
memory: 128Mi
|
memory: 256Mi
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
@ -28,6 +28,13 @@ gitea:
|
||||||
admin:
|
admin:
|
||||||
existingSecret: gitea-admin-credentials
|
existingSecret: gitea-admin-credentials
|
||||||
config:
|
config:
|
||||||
|
git.timeout:
|
||||||
|
migrate: 3600
|
||||||
|
default: 3600
|
||||||
|
clone: 3600
|
||||||
|
pull: 3600
|
||||||
|
gc: 300
|
||||||
|
|
||||||
server:
|
server:
|
||||||
PROTOCOL: http
|
PROTOCOL: http
|
||||||
ROOT_URL: https://code.icb4dc0.de/
|
ROOT_URL: https://code.icb4dc0.de/
|
||||||
|
|
Loading…
Reference in a new issue