fix
This commit is contained in:
@@ -161,7 +161,7 @@ options:
|
||||
pull_policy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: gitea/gitea
|
||||
tag: 1.20.5-rootless
|
||||
tag: 1.21.11-rootless
|
||||
postgresql:
|
||||
registry: ghcr.io
|
||||
repository: cloudnative-pg/postgresql
|
||||
@@ -181,7 +181,7 @@ options:
|
||||
pull_policy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: gitea/gitea
|
||||
tag: 1.20.5-rootless
|
||||
tag: 1.21.11-rootless
|
||||
postgresql:
|
||||
registry: ghcr.io
|
||||
repository: cloudnative-pg/postgresql
|
||||
@@ -202,7 +202,7 @@ options:
|
||||
pull_policy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: gitea/gitea
|
||||
tag: 1.20.5-rootless
|
||||
tag: 1.21.11-rootless
|
||||
properties:
|
||||
pull_policy:
|
||||
default: IfNotPresent
|
||||
@@ -218,7 +218,7 @@ options:
|
||||
default: gitea/gitea
|
||||
type: string
|
||||
tag:
|
||||
default: 1.20.5-rootless
|
||||
default: 1.21.11-rootless
|
||||
type: string
|
||||
type: object
|
||||
postgresql:
|
||||
@@ -363,6 +363,47 @@ options:
|
||||
examples:
|
||||
- 1
|
||||
type: integer
|
||||
resources:
|
||||
default:
|
||||
limits:
|
||||
cpu: 1000m
|
||||
memory: 512Mi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 256Mi
|
||||
examples:
|
||||
- limits:
|
||||
cpu: 1000m
|
||||
memory: 512Mi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 256Mi
|
||||
properties:
|
||||
limits:
|
||||
default:
|
||||
cpu: 1000m
|
||||
memory: 512Mi
|
||||
properties:
|
||||
cpu:
|
||||
default: 1000m
|
||||
type: string
|
||||
memory:
|
||||
default: 512Mi
|
||||
type: string
|
||||
type: object
|
||||
requests:
|
||||
default:
|
||||
cpu: 100m
|
||||
memory: 256Mi
|
||||
properties:
|
||||
cpu:
|
||||
default: 100m
|
||||
type: string
|
||||
memory:
|
||||
default: 256Mi
|
||||
type: string
|
||||
type: object
|
||||
type: object
|
||||
ssh-port:
|
||||
default: 2222
|
||||
examples:
|
||||
|
||||
Reference in New Issue
Block a user