homelab/jafner-dev/traefik
2023-03-28 09:45:40 -07:00
..
ClusterRole.yaml Init jafner.dev (not working) 2023-03-28 09:45:40 -07:00
ClusterRoleBinding.yaml Init jafner.dev (not working) 2023-03-28 09:45:40 -07:00
CustomResourceDefinition.yaml Init jafner.dev (not working) 2023-03-28 09:45:40 -07:00
Deployment.yaml Init jafner.dev (not working) 2023-03-28 09:45:40 -07:00
IngressRoute.yaml Init jafner.dev (not working) 2023-03-28 09:45:40 -07:00
README.md Init jafner.dev (not working) 2023-03-28 09:45:40 -07:00
Service.yaml Init jafner.dev (not working) 2023-03-28 09:45:40 -07:00
ServiceAccount.yaml Init jafner.dev (not working) 2023-03-28 09:45:40 -07:00
TLSOption.yaml Init jafner.dev (not working) 2023-03-28 09:45:40 -07:00

These configurations must be applied in the following order:

  1. CustomResourceDefinition.yaml
  2. ClusterRole.yaml
  3. ClusterRoleBinding.yaml
  4. Service.yaml
  5. ServiceAccount.yaml
  6. Deployment.yaml
  7. IngressRoute.yaml
  8. 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