Skip to content

Instantly share code, notes, and snippets.

@gowatana
Last active August 8, 2023 13:14
Show Gist options
  • Save gowatana/544ae4beb06f3484c842f2666062181d to your computer and use it in GitHub Desktop.
Save gowatana/544ae4beb06f3484c842f2666062181d to your computer and use it in GitHub Desktop.
---
harborProject: lab-harbor-03.go-lab.jp/tmc-sm
dnsZone: tmc.go-lab.jp
clusterIssuer: local-issuer
postgres:
userPassword: VMware1!
maxConnections: 300
minio:
username: root
password: VMware1!
contourEnvoy:
serviceType: LoadBalancer
serviceAnnotations:
ako.vmware.com/load-balancer-ip: 192.168.61.230
oidc:
issuerType: pinniped
issuerURL: https://dev-nnnn.okta.com/oauth2/default
clientID: xxxxxxxxxx
clientSecret: xxxxxxxxxxxxxxxxxxxxxxx
trustedCAs:
local-ca.pem: |
-----BEGIN CERTIFICATE-----
MIIBcDCCARagAwIBAgIQBkcGhcgD9prj/0G0mjfWwzAKBggqhkjOPQQDAjAYMRYw
XXXXXXXXXXXXXXXXXX
BggqhkjOPQQDAgNIADBFAiEAtxVrwUqKNh2VckiuwhyeqOVZfBNfevYZQDSr+Jm7
ewUCIC8xV09zw947FxawEV17tY9I69lsVsplT9kZE7HPsNFU
-----END CERTIFICATE-----
habror-ca.pem: |
-----BEGIN CERTIFICATE-----
MIIFgzCCA2ugAwIBAgIUcAfFDbwW5rRf9Gj5rKyJe405nS4wDQYJKoZIhvcNAQEL
XXXXXXXXXXXXXXXXXX
i1BFxd5BzXRUfmQVHHM21/E+qNadlRPqrUH275Bk/EIaYJgoHE0o8ckg0y8AOsY7
nTdQgneKJopUSQ43zLo3qEpOFlN9YGo=
-----END CERTIFICATE-----
telemetry:
ceipOptIn: false
ceipAgreement: false
@gowatana
Copy link
Author

gowatana commented Aug 8, 2023

下記の投稿むけ。

Tanzu Mission Control Self-Managed 自宅ラボ構築。Part-06 TMC-SM パッケージのインストール
https://vm.gowatana.jp/entry/2023/08/08/031832

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment