| Giorgi Lekveishvili | 4ec4c02 | 2024-08-17 15:09:24 +0400 | [diff] [blame] | 1 | image: |
| 2 | repository: charmcli/soft-serve | ||||
| 3 | tag: latest | ||||
| 4 | pullPolicy: IfNotPresent | ||||
| 5 | storage: | ||||
| 6 | size: 1Gi | ||||
| 7 | port: 22 | ||||
| 8 | sshPublicPort: 22 | ||||
| 9 | privateKey: "" | ||||
| 10 | publicKey: "" | ||||
| 11 | adminKey: "" | ||||
| 12 | serviceType: LoadBalancer | ||||
| 13 | reservedIP: "" | ||||
| 14 | addressPool: "" | ||||
| 15 | ingress: | ||||
| 16 | enabled: false | ||||
| 17 | domain: git.p.example.com | ||||
| 18 | ingressClassName: example-ingress-private | ||||
| 19 | certificateIssuer: "" | ||||
| 20 | sourcePort: 0 | ||||
| 21 | allowKeyless: false | ||||
| 22 | anonAccess: "no-access" | ||||