Feat: add ingress classes

This commit is contained in:
2025-04-18 22:36:16 +08:00
parent 6b5ecbdabf
commit 067b15b01d
13 changed files with 213 additions and 0 deletions

25
amane-test/README.md Normal file
View File

@@ -0,0 +1,25 @@
## Flux appliacations - amane tanikaze
### Secrets
`secret.amane.yaml`
```yaml=
---
apiVersion: v1
kind: Secret
type: Opaque
metadata:
name: amane
namespace: amane-tanikaze
data:
MONGODB_HOST:
MONGODB_USER:
MONGODB_DB:
MONGODB_PASS:
SECRET:
MINIO_ACCESSKEY:
MINIO_SECRETKEY:
DC_TOKEN:
DC_CLIENTID:
ADMIN_ID:
```