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:
|
||||
limits:
|
||||
cpu: 100m
|
||||
memory: 256Mi
|
||||
cpu: 500m
|
||||
memory: 768Mi
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 128Mi
|
||||
cpu: 250m
|
||||
memory: 256Mi
|
||||
|
||||
persistence:
|
||||
enabled: true
|
||||
|
@ -28,6 +28,13 @@ gitea:
|
|||
admin:
|
||||
existingSecret: gitea-admin-credentials
|
||||
config:
|
||||
git.timeout:
|
||||
migrate: 3600
|
||||
default: 3600
|
||||
clone: 3600
|
||||
pull: 3600
|
||||
gc: 300
|
||||
|
||||
server:
|
||||
PROTOCOL: http
|
||||
ROOT_URL: https://code.icb4dc0.de/
|
||||
|
|
Loading…
Reference in a new issue