helm-chart/templates/gitea
Ceddaerrix 5e76871731 Improving DRY principle support on gitea Ingress host name (#498)
### Description of the change

Introducing `tpl` function on variables related to hostname in `./templates/gitea/ingress.yaml`

### Benefits

The change is intending to support the following syntax in a values.yaml such as:
```
global:
  giteaHostName: "gitea.my-org.com"

ingress:
  enabled: true
  hosts:
    - host: "{{ .Values.global.giteaHostName }}"
      paths:
        - path: /
          pathType: Prefix
  tls:
      - secretName: gitea-tls
        hosts:
          - "{{ .Values.global.giteaHostName }}"
```

### Possible drawbacks

N/A

### Applicable issues

N/A

### Additional information

N/A

Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/498
Reviewed-by: justusbunsi <justusbunsi@noreply.gitea.com>
Co-authored-by: Ceddaerrix <ceddaerrix@noreply.gitea.com>
Co-committed-by: Ceddaerrix <ceddaerrix@noreply.gitea.com>
2023-09-22 15:09:13 +00:00
..
config.yaml Fix GIT_GC_CHECK for multiple replicas (#490) 2023-08-27 12:05:56 +00:00
deployment.yaml fix: Deployment has no field serviceName #466 (#467) 2023-07-18 06:25:38 +00:00
deprecation.yaml Add deprecation fail-safe for Chart templating (#269) 2021-12-23 00:25:32 +08:00
extra-list.yaml add extraDeploy to add arbitrary objects to the release (#441) 2023-05-02 21:32:54 +08:00
gpg-secret.yaml Fix wrong reference to existingKey (#415) 2023-03-21 14:16:41 +08:00
http-svc.yaml Allow configuration of ipFamilyPolicy and ipFamilies (#313) 2022-04-25 19:56:25 +08:00
ingress.yaml Improving DRY principle support on gitea Ingress host name (#498) 2023-09-22 15:09:13 +00:00
init.yaml [Breaking] Add HA-support; switch to Deployment (#437) 2023-07-17 19:09:42 +00:00
poddisruptionbudget.yaml [Breaking] Add HA-support; switch to Deployment (#437) 2023-07-17 19:09:42 +00:00
pvc.yaml Expose persistence.volumeName (#471) 2023-07-19 12:37:53 +00:00
serviceaccount.yaml Add support for ServiceAccount configuration (#451) 2023-05-31 08:47:58 +00:00
servicemonitor.yaml Fixing prometheus monitoring (#157) 2021-06-07 22:28:28 +08:00
ssh-svc.yaml [Breaking] Add HA-support; switch to Deployment (#437) 2023-07-17 19:09:42 +00:00