Correct Variables
This commit is contained in:
parent
5932b0447c
commit
9ad75a99c8
4 changed files with 10 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
||||||
# Welcome to your ${REPOS_NAME}-tenant
|
# Welcome to your ${REPO_NAME}-tenant
|
||||||
|
|
||||||
## Table of contents
|
## Table of contents
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ several reference in the [How](#How-To) section that README.
|
||||||
|
|
||||||
### Usefull links
|
### Usefull links
|
||||||
|
|
||||||
* [Get me to my Namespace](https://console-openshift-console.apps.${CLUSTER_NAME}.kvant.cloud/k8s/cluster/projects/${REPOS_NAME}-ns)
|
* [Get me to my Namespace](https://console-openshift-console.apps.${CLUSTER_NAME}.kvant.cloud/k8s/cluster/projects/${REPO_NAME}-ns)
|
||||||
* [Monitoring](XXXXX)
|
* [Monitoring](XXXXX)
|
||||||
* [Flux Doc](https://fluxcd.io/flux/)
|
* [Flux Doc](https://fluxcd.io/flux/)
|
||||||
* [Sops](https://getsops.io/)
|
* [Sops](https://getsops.io/)
|
||||||
|
@ -77,7 +77,7 @@ should cover pretty much all you need to deploy an app.
|
||||||
#### Use Predefined Domain
|
#### Use Predefined Domain
|
||||||
|
|
||||||
You can spawn any application using your namespace associated Domain.
|
You can spawn any application using your namespace associated Domain.
|
||||||
`${REPOS_NAME}.pub.${CLUSTER}.kvant.cloud`
|
`${REPO_NAME}.pub.${CLUSTER}.kvant.cloud`
|
||||||
|
|
||||||
### Storage
|
### Storage
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ kind: HelmRelease
|
||||||
metadata:
|
metadata:
|
||||||
name: &app echo-server
|
name: &app echo-server
|
||||||
spec:
|
spec:
|
||||||
serviceAccountName: ${REPOS_NAME}-sa
|
serviceAccountName: ${REPO_NAME}-sa
|
||||||
interval: 30m
|
interval: 30m
|
||||||
chart:
|
chart:
|
||||||
spec:
|
spec:
|
||||||
|
@ -14,7 +14,7 @@ spec:
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: bjw-s
|
name: bjw-s
|
||||||
namespace: ${REPOS_NAME}-ns
|
namespace: ${REPO_NAME}-ns
|
||||||
install:
|
install:
|
||||||
remediation:
|
remediation:
|
||||||
retries: 3
|
retries: 3
|
||||||
|
|
|
@ -4,18 +4,18 @@ apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
metadata:
|
metadata:
|
||||||
name: &app echo-server
|
name: &app echo-server
|
||||||
namespace: ${REPOS_NAME}-ns
|
namespace: ${REPO_NAME}-ns
|
||||||
spec:
|
spec:
|
||||||
targetNamespace: ${REPOS_NAME}-ns
|
targetNamespace: ${REPO_NAME}-ns
|
||||||
commonMetadata:
|
commonMetadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: *app
|
app.kubernetes.io/name: *app
|
||||||
path: ./echo-server/app
|
path: ./echo-server/app
|
||||||
prune: true
|
prune: true
|
||||||
serviceAccountName: ${REPOS_NAME}-sa
|
serviceAccountName: ${REPO_NAME}-sa
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: GitRepository
|
kind: GitRepository
|
||||||
name: ${REPOS_NAME}-tenant-repos
|
name: ${REPO_NAME}-tenant-repos
|
||||||
wait: false
|
wait: false
|
||||||
interval: 30m
|
interval: 30m
|
||||||
retryInterval: 1m
|
retryInterval: 1m
|
||||||
|
|
|
@ -4,7 +4,7 @@ apiVersion: source.toolkit.fluxcd.io/v1
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
metadata:
|
metadata:
|
||||||
name: bjw-s
|
name: bjw-s
|
||||||
namespace: ${REPOS_NAME}-ns
|
namespace: ${REPO_NAME}-ns
|
||||||
spec:
|
spec:
|
||||||
type: oci
|
type: oci
|
||||||
interval: 5m
|
interval: 5m
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue