This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# place in proxy/config.yml | |
http: | |
middlewares: | |
ipwhitelist: | |
ipWhiteList: | |
sourceRange: | |
- "1.2.3.0/24" | |
auth: | |
basicAuth: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# Official Docs: https://docs.ceph.com/en/latest/rbd/rbd-kubernetes/ | |
apiVersion: v1 | |
kind: ConfigMap | |
data: | |
ceph.conf: | | |
[global] | |
auth_cluster_required = cephx | |
auth_service_required = cephx | |
auth_client_required = cephx |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
apiVersion: apps/v1 | |
kind: Deployment | |
metadata: | |
name: example-com | |
labels: | |
app: example-com # Service is looking for this | |
spec: | |
replicas: 1 | |
selector: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '3' | |
volumes: | |
prometheus-storage: | |
# Docker-Compose to run PROMETHEUS | |
services: | |
prometheus: | |
image: prom/prometheus:v2.32.0 | |
ports: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
kind: Endpoints | |
metadata: | |
name: glusterfs-cluster | |
subsets: | |
- addresses: | |
- ip: 192.168.1.101 | |
ports: | |
- port: 1 | |
- addresses: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am shellshock1953 on github. | |
* I am shellshock (https://keybase.io/shellshock) on keybase. | |
* I have a public key ASAasyZq1gSoMqK9eQIT789yhpL1y6lYO7TTfJtAaN7zvwo | |
To claim this, I am signing this object: |