.. | ||
ClusterRole.yaml | ||
ClusterRoleBinding.yaml | ||
CustomResourceDefinition.yaml | ||
Deployment.yaml | ||
IngressRoute.yaml | ||
README.md | ||
Service.yaml | ||
ServiceAccount.yaml | ||
TLSOption.yaml |
These configurations must be applied in the following order:
- CustomResourceDefinition.yaml
- ClusterRole.yaml
- ClusterRoleBinding.yaml
- Service.yaml
- ServiceAccount.yaml
- Deployment.yaml
- IngressRoute.yaml
- TLSOption.yaml
kubectl apply -f CustomResourceDefinition.yaml && \
kubectl apply -f ClusterRole.yaml && \
kubectl apply -f ClusterRoleBinding.yaml && \
kubectl apply -f ServiceAccount.yaml && \
kubectl apply -f Service.yaml && \
kubectl apply -f Deployment.yaml && \
kubectl apply -f IngressRoute.yaml && \
kubectl apply -f TLSOption.yaml