- Add Gitea installer module and types - Implement installation and destruction logic - Integrate with Kubernetes and TFGW - Add example usage and documentation
16 lines
272 B
YAML
16 lines
272 B
YAML
apiVersion: v1
|
|
kind: Namespace
|
|
metadata:
|
|
name: @{config_values.namespace}
|
|
---
|
|
apiVersion: ingress.grid.tf/v1
|
|
kind: TFGW
|
|
metadata:
|
|
name: gitea
|
|
namespace: @{config_values.namespace}
|
|
spec:
|
|
hostname: "@{config_values.hostname}"
|
|
backends:
|
|
@{config_values.backends}
|
|
|