Skip to content

Instantly share code, notes, and snippets.

View xpr0ger's full-sized avatar

Denys Mereshchenko xpr0ger

  • Kyiv, Ukraine
View GitHub Profile
@darth-veitcher
darth-veitcher / Plex.yaml
Last active May 25, 2024 11:31
Plex on Kubernetes
apiVersion: v1
kind: Secret
metadata:
name: plex-claim-token
namespace: media
type: Opaque
data:
token: ${API_TOKEN_OPAQUE}
---
apiVersion: v1