Enthält nur infos die für mich noch nicht bekannt oder sehr speziell waren.
- Highly Available
- Im Gegensatz zu Disk Storage keine verlorene Daten, wenn eine Instanz abrauscht
- Types
- Normal
{ | |
"info": { | |
"_postman_id": "f158154d-e243-4d06-ac8b-91fb356f3f95", | |
"name": "Azure OpenAI", | |
"schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json", | |
"_exporter_id": "29088742" | |
}, | |
"item": [ | |
{ | |
"name": "Chat", |
# kubectl create secret generic mypfx --from-file=pfx-cert=childCert.pfx --from-literal=pfxPassword='p@ssw0rd1234+' | |
apiVersion: apps/v1 | |
kind: Deployment | |
metadata: | |
labels: | |
app: aspnetapp | |
name: aspnetapp | |
spec: | |
replicas: 1 |