Search

You can find the results of your search below.

kubernetes @devops
5 Hits, Last modified:
нтейнера, пригодного для деплоя. ====== Доступ к private registry с паролем ====== У меня есть **private registry** на базе **Nexus 3**. Доступ туда осуществляется... <code> apiVersion: v1 kind: Pod metadata: name: private-reg namespace: namespace-name spec: containers: - name: private-reg-container image: <your-private-image> i
kubernetes_using_single_node_as_master_and_worker @linux_faq
4 Hits, Last modified:
ttps://acme-v02.api.letsencrypt.org/directory privateKeySecretRef: # Secret resource used to store the account's private key. name: cert-issuer-account-key # Ad... cme-staging-v02.api.letsencrypt.org/directory privateKeySecretRef: # Secret resource that will be used to store the account's private key. name: letsencrypt-issuer-account-key
teamcity_gitlab_merge_pull_requests @devops
2 Hits, Last modified:
GET -H "Content-Type: application/json" --header "PRIVATE-TOKEN: $GITLAB_TOKEN" https://gitlab.com/api/v4/p... OST -H "Content-Type: application/json" --header "PRIVATE-TOKEN: $GITLAB_TOKEN" https://gitlab.example.com/