728x90 분류 전체보기444 🥰 argocd와 gitlab dex 연동 작성중 2022. 6. 20. 🥰 kiali cr sample istio_namespace: istio-systemauth: strategy: anonymousdeployment: ingress_enabled: false service_type: NodePort node_port: 30002external_services: prometheus: url: http://prometheus-server.observability:80 grafana: url: http://grafana.observability:80 tracing: url: http://jaeger-query.observability:16686 참고 영상https://www.youtube.com/watch?v=dpb_q42uzy4 2022. 6. 19. 🥰 kubeflow istio-gateway sample apiVersion: v1kind: Listitems:- apiVersion: networking.istio.io/v1beta1 kind: Gateway metadata: labels: app.kubernetes.io/instance: istio name: kubeflow-gateway namespace: kubeflow spec: selector: istio: ingressgateway servers: - hosts: - '*' port: name: http number: 80 protocol: HTTP tls: httpsRedirect: true - hosts: .. 2022. 6. 16. 🥰 nginx -> gitlab-ce %2F 오류 처리 nginx--> gitlab-ce 형태로 설치되어 있는 경우 일부 화면이 동작하지 않는 경우가 있는데확인해보니 호출 URL에 %2F가 포함된 경우에 nginx가 %2F를 /로 해석하는 바람에 존재하지 않는 url을 호출하고 404를 리턴함. EX)설정전 샘플http://gitlab.hyunsoft.xyz/api/v4/projects/p1%2FtestApi/repository/files/.gitlab-ci.yml/raw http://gitlab.hyunsoft.xyz/api/v4/projects/p1/testApi/repository/files/.gitlab-ci.yml/raw server { listen 8443 ssl; server_tokens off; server_name gitl.. 2022. 6. 11. 이전 1 ··· 35 36 37 38 39 40 41 ··· 111 다음 728x90