volumes: - name: storage persistentVolumeClaim: claimName: app-pvc Install NGINX Ingress:
kubectl create configmap app-config --from-literal=db_url=postgres://db:5432 # Use in pod env: - name: DB_URL valueFrom: configMapKeyRef: name: app-config key: db_url (base64 encoded):
apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: web-ingress spec: rules: - host: myapp.example.com http: paths: - path: / pathType: Prefix backend: service: name: web-service port: number: 80 kubectl apply -f ingress.yaml # Add to /etc/hosts: <minikube_ip> myapp.example.com Install Helm:
The CEM DT-172 is a smart data logger with internal sensors for both humidity and temperature. All values are shown in the display, that is present, max., min. and time. The logger is perfect for many different applications like office environment or temperature controlled transportation or clean rooms. The loggings are stamped with time and date and the large memory enables logging of 16,000 data sets.
In the software alarms limits can be programmed and the loggings are easily transferred and printed as graph or list.
The CEM DT-172 is delivered ready to use with battery, wall mount, software, USB cable and manual.
volumes: - name: storage persistentVolumeClaim: claimName: app-pvc Install NGINX Ingress:
kubectl create configmap app-config --from-literal=db_url=postgres://db:5432 # Use in pod env: - name: DB_URL valueFrom: configMapKeyRef: name: app-config key: db_url (base64 encoded):
apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: web-ingress spec: rules: - host: myapp.example.com http: paths: - path: / pathType: Prefix backend: service: name: web-service port: number: 80 kubectl apply -f ingress.yaml # Add to /etc/hosts: <minikube_ip> myapp.example.com Install Helm: