workshop/scenario_1/bitcoinero.yaml (26 lines of code) (raw):
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
run: bitcoinero
name: bitcoinero
namespace: dev
spec:
replicas: 1
revisionHistoryLimit: 2
selector:
matchLabels:
run: bitcoinero
strategy:
rollingUpdate:
maxSurge: 25%
maxUnavailable: 25%
type: RollingUpdate
template:
metadata:
labels:
run: bitcoinero
spec:
containers:
- image: ghcr.io/azure/aks-ctf/bitcoinero:latest
name: bitcoinero