Sha256: 7df3d97eff2a32b38a1d9205e0acffa94435b4aa4dbda314f18c3207b8e9a415
Contents?: true
Size: 1.26 KB
Versions: 28
Compression:
Stored size: 1.26 KB
Contents
Kubernetes Configuration ======================== Set namespace ------------- Open files "deployment-*.yaml" and set the correct namespace on links Apply sequence -------------- Run the following command on the listed files. But remember to put your namespace and your KUBECONFIG env var if you need. ```sh $ kubectl apply -f [file-path] ``` persistent-volume.yaml statefulset-etcd.yaml statefulset-nats.yaml statefulset-postgres.yaml statefulset-redis.yaml service-etcd.yaml service-nats.yaml service-postgres.yaml service-redis.yaml deployment-connector.yaml service-connector.yaml Create gitlab-registry secret ----------------------------- Run the following command. But remember to put your namespace and your KUBECONFIG env var if you need. ```sh $ kubectl create secret docker-registry gitlab-registry --docker-server=[registry-server] --docker-username=[username] --docker-password=[password] ``` If you use a different registry name instead of "gitlab-registry" change the deployment-rubypitaya.yaml imagePullSecrets.name Apply sequence -------------- Run the following command on the listed files. But remember to put your namespace and your KUBECONFIG env var if you need. ```sh $ kubectl apply -f [file-path] ``` deployment-rubypitaya.yaml service-rubypitaya.yaml
Version data entries
28 entries across 28 versions & 1 rubygems